Shades of Dark Cerulean #023B7D
Tints of Dark Cerulean #023B7D
RGB
CMYK
RGB Variations
Color information
#023B7D (or 0x023B7D) is known color: Dark Cerulean. HEX triplet: 02, 3B and 7D. RGB value is (2,59,125). Sum of RGB (Red+Green+Blue) = 2+59+125=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 125 (49.22% from 255 or 67.20% from 186); Max value from RGB is 125 - color contains mainly: blue. Hex color #023B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B7D is #FDC482. Grayscale: #313131. Windows color (decimal): -16630915 or 8207106. OLE color: 8207106.
HSL color Cylindrical-coordinate representation of color #023B7D: hue angle of 212.2º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023B7D is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 59 | 125 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.51 |
| HSL | 212.2º | 0.97% | 0.25% | - |
| HSV(B) | 212.2º | 0.98% | 0.49% | - |
| XYZ | 5.29 | 4.62 | 20.02 | - |
| YUV | 49.48 | 170.62 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 125 | 0.98 | 0.53 | 0 | 0.51 | 212.2 | 0.97 | 0.25 |
| Hex | 2 | 3B | 7D | 62 | 35 | 0 | 33 | D4 | 61 | 19 |
| Octal | 2 | 73 | 175 | 142 | 65 | 0 | 63 | 324 | 141 | 31 |
| Binary | 10 | 111011 | 1111101 | 1100010 | 110101 | 0 | 110011 | 11010100 | 1100001 | 11001 |
Color Harmonies of #023B7D
Complementary color
Monochromatic Colors of #023B7D
Black with #023B7D
Text Example
Text Example
White with #023B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B7D; }
p { color: rgb(2,59,125); }
H1.HeaderClassName
{
color: #023B7D;
}
.AnyTagClassName
{
color: #023B7D;
}
</style>
background-color css
<style>
a { background-color: #023B7D; }
a { background-color: rgb(2,59,125); }
div.DivClassName
{
background-color: #023B7D;
}
.BgClassName
{
background-color: #023B7D;
}
</style>
border-color css
<style>
span { border-color: #023B7D; }
span { border-color: rgb(2,59,125); }
td.TdClassName
{
border-color: #023B7D;
}
.TagClassName
{
border-color: #023B7D;
}
</style>