Shades of Dark Cerulean #023F74
Tints of Dark Cerulean #023F74
RGB
CMYK
RGB Variations
Color information
#023F74 (or 0x023F74) is known color: Dark Cerulean. HEX triplet: 02, 3F and 74. RGB value is (2,63,116). Sum of RGB (Red+Green+Blue) = 2+63+116=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 116 (45.70% from 255 or 64.09% from 181); Max value from RGB is 116 - color contains mainly: blue. Hex color #023F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F74 is #FDC08B. Grayscale: #323232. Windows color (decimal): -16629900 or 7618306. OLE color: 7618306.
HSL color Cylindrical-coordinate representation of color #023F74: hue angle of 207.89º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023F74 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 63 | 116 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.55 |
| HSL | 207.89º | 0.97% | 0.23% | - |
| HSV(B) | 207.89º | 0.98% | 0.45% | - |
| XYZ | 4.95 | 4.83 | 17.19 | - |
| YUV | 50.8 | 164.79 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 116 | 0.98 | 0.46 | 0 | 0.55 | 207.89 | 0.97 | 0.23 |
| Hex | 2 | 3F | 74 | 62 | 2E | 0 | 37 | D0 | 61 | 17 |
| Octal | 2 | 77 | 164 | 142 | 56 | 0 | 67 | 320 | 141 | 27 |
| Binary | 10 | 111111 | 1110100 | 1100010 | 101110 | 0 | 110111 | 11010000 | 1100001 | 10111 |
Color Harmonies of #023F74
Complementary color
Monochromatic Colors of #023F74
Black with #023F74
Text Example
Text Example
White with #023F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023F74; }
p { color: rgb(2,63,116); }
H1.HeaderClassName
{
color: #023F74;
}
.AnyTagClassName
{
color: #023F74;
}
</style>
background-color css
<style>
a { background-color: #023F74; }
a { background-color: rgb(2,63,116); }
div.DivClassName
{
background-color: #023F74;
}
.BgClassName
{
background-color: #023F74;
}
</style>
border-color css
<style>
span { border-color: #023F74; }
span { border-color: rgb(2,63,116); }
td.TdClassName
{
border-color: #023F74;
}
.TagClassName
{
border-color: #023F74;
}
</style>