Shades of Dark Cerulean #023E7C
Tints of Dark Cerulean #023E7C
RGB
CMYK
RGB Variations
Color information
#023E7C (or 0x023E7C) is known color: Dark Cerulean. HEX triplet: 02, 3E and 7C. RGB value is (2,62,124). Sum of RGB (Red+Green+Blue) = 2+62+124=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #023E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E7C is #FDC183. Grayscale: #323232. Windows color (decimal): -16630148 or 8142338. OLE color: 8142338.
HSL color Cylindrical-coordinate representation of color #023E7C: hue angle of 210.49º 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 #023E7C is Cyan = 0.98, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 62 | 124 | - |
| CMYK | 0.98 | 0.5 | 0 | 0.51 |
| HSL | 210.49º | 0.97% | 0.25% | - |
| HSV(B) | 210.49º | 0.98% | 0.49% | - |
| XYZ | 5.39 | 4.91 | 19.73 | - |
| YUV | 51.13 | 169.12 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 124 | 0.98 | 0.5 | 0 | 0.51 | 210.49 | 0.97 | 0.25 |
| Hex | 2 | 3E | 7C | 62 | 32 | 0 | 33 | D2 | 61 | 19 |
| Octal | 2 | 76 | 174 | 142 | 62 | 0 | 63 | 322 | 141 | 31 |
| Binary | 10 | 111110 | 1111100 | 1100010 | 110010 | 0 | 110011 | 11010010 | 1100001 | 11001 |
Color Harmonies of #023E7C
Complementary color
Monochromatic Colors of #023E7C
Black with #023E7C
Text Example
Text Example
White with #023E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E7C; }
p { color: rgb(2,62,124); }
H1.HeaderClassName
{
color: #023E7C;
}
.AnyTagClassName
{
color: #023E7C;
}
</style>
background-color css
<style>
a { background-color: #023E7C; }
a { background-color: rgb(2,62,124); }
div.DivClassName
{
background-color: #023E7C;
}
.BgClassName
{
background-color: #023E7C;
}
</style>
border-color css
<style>
span { border-color: #023E7C; }
span { border-color: rgb(2,62,124); }
td.TdClassName
{
border-color: #023E7C;
}
.TagClassName
{
border-color: #023E7C;
}
</style>