Shades of Dark Cerulean #023F7D
Tints of Dark Cerulean #023F7D
RGB
CMYK
RGB Variations
Color information
#023F7D (or 0x023F7D) is known color: Dark Cerulean. HEX triplet: 02, 3F and 7D. RGB value is (2,63,125). Sum of RGB (Red+Green+Blue) = 2+63+125=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #023F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F7D is #FDC082. Grayscale: #333333. Windows color (decimal): -16629891 or 8208130. OLE color: 8208130.
HSL color Cylindrical-coordinate representation of color #023F7D: hue angle of 210.24º 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 #023F7D is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 63 | 125 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.51 |
| HSL | 210.24º | 0.97% | 0.25% | - |
| HSV(B) | 210.24º | 0.98% | 0.49% | - |
| XYZ | 5.5 | 5.05 | 20.09 | - |
| YUV | 51.83 | 169.29 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 125 | 0.98 | 0.50 | 0 | 0.51 | 210.24 | 0.97 | 0.25 |
| Hex | 2 | 3F | 7D | 62 | 32 | 0 | 33 | D2 | 61 | 19 |
| Octal | 2 | 77 | 175 | 142 | 62 | 0 | 63 | 322 | 141 | 31 |
| Binary | 10 | 111111 | 1111101 | 1100010 | 110010 | 0 | 110011 | 11010010 | 1100001 | 11001 |
Color Harmonies of #023F7D
Complementary color
Monochromatic Colors of #023F7D
Black with #023F7D
Text Example
Text Example
White with #023F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023F7D; }
p { color: rgb(2,63,125); }
H1.HeaderClassName
{
color: #023F7D;
}
.AnyTagClassName
{
color: #023F7D;
}
</style>
background-color css
<style>
a { background-color: #023F7D; }
a { background-color: rgb(2,63,125); }
div.DivClassName
{
background-color: #023F7D;
}
.BgClassName
{
background-color: #023F7D;
}
</style>
border-color css
<style>
span { border-color: #023F7D; }
span { border-color: rgb(2,63,125); }
td.TdClassName
{
border-color: #023F7D;
}
.TagClassName
{
border-color: #023F7D;
}
</style>