Shades of Dark Cerulean #023E7F
Tints of Dark Cerulean #023E7F
RGB
CMYK
RGB Variations
Color information
#023E7F (or 0x023E7F) is known color: Dark Cerulean. HEX triplet: 02, 3E and 7F. RGB value is (2,62,127). Sum of RGB (Red+Green+Blue) = 2+62+127=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #023E7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E7F is #FDC180. Grayscale: #333333. Windows color (decimal): -16630145 or 8338946. OLE color: 8338946.
HSL color Cylindrical-coordinate representation of color #023E7F: hue angle of 211.2º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023E7F is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 62 | 127 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.50 |
| HSL | 211.2º | 0.97% | 0.25% | - |
| HSV(B) | 211.2º | 0.98% | 0.5% | - |
| XYZ | 5.58 | 4.99 | 20.75 | - |
| YUV | 51.47 | 170.62 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 127 | 0.98 | 0.51 | 0 | 0.50 | 211.2 | 0.97 | 0.25 |
| Hex | 2 | 3E | 7F | 62 | 33 | 0 | 32 | D3 | 61 | 19 |
| Octal | 2 | 76 | 177 | 142 | 63 | 0 | 62 | 323 | 141 | 31 |
| Binary | 10 | 111110 | 1111111 | 1100010 | 110011 | 0 | 110010 | 11010011 | 1100001 | 11001 |
Color Harmonies of #023E7F
Complementary color
Monochromatic Colors of #023E7F
Black with #023E7F
Text Example
Text Example
White with #023E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E7F; }
p { color: rgb(2,62,127); }
H1.HeaderClassName
{
color: #023E7F;
}
.AnyTagClassName
{
color: #023E7F;
}
</style>
background-color css
<style>
a { background-color: #023E7F; }
a { background-color: rgb(2,62,127); }
div.DivClassName
{
background-color: #023E7F;
}
.BgClassName
{
background-color: #023E7F;
}
</style>
border-color css
<style>
span { border-color: #023E7F; }
span { border-color: rgb(2,62,127); }
td.TdClassName
{
border-color: #023E7F;
}
.TagClassName
{
border-color: #023E7F;
}
</style>