Deep Blue Ocean Color Palette

Discover the beautiful Deep Blue Ocean color palette featuring navy blue (#000080), midnight blue (#003366), endeavour (#004f9e), azure radiance (#007fff) and cerulean (#00bfff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Coastal, Bright, Summer color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Deep Blue Ocean palette

Share this palette to:

💻 Deep Blue Ocean color palette CSS

/* CSS */
.color-1 {
color: #000080;
}
.color-2 {
color: #003366;
}
.color-3 {
color: #004f9e;
}
.color-4 {
color: #007fff;
}
.color-5 {
color: #00bfff;
}

/* CSS Variables */
:root {
--color-1: #000080;
--color-2: #003366;
--color-3: #004f9e;
--color-4: #007fff;
--color-5: #00bfff;
}

🌈 Deep Blue Ocean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000080, #003366, #004f9e, #007fff, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000080, #003366, #004f9e, #007fff, #00bfff);
}

Deep Blue Ocean color palette created on .