Shades of Dark Cerulean #023F7B
Tints of Dark Cerulean #023F7B
RGB
CMYK
RGB Variations
Color information
#023F7B (or 0x023F7B) is known color: Dark Cerulean. HEX triplet: 02, 3F and 7B. RGB value is (2,63,123). Sum of RGB (Red+Green+Blue) = 2+63+123=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 123 (48.44% from 255 or 65.43% from 188); Max value from RGB is 123 - color contains mainly: blue. Hex color #023F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F7B is #FDC084. Grayscale: #333333. Windows color (decimal): -16629893 or 8077058. OLE color: 8077058.
HSL color Cylindrical-coordinate representation of color #023F7B: hue angle of 209.75º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023F7B is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 63 | 123 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.52 |
| HSL | 209.75º | 0.97% | 0.25% | - |
| HSV(B) | 209.75º | 0.98% | 0.48% | - |
| XYZ | 5.38 | 5 | 19.42 | - |
| YUV | 51.6 | 168.29 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 123 | 0.98 | 0.49 | 0 | 0.52 | 209.75 | 0.97 | 0.25 |
| Hex | 2 | 3F | 7B | 62 | 31 | 0 | 34 | D2 | 61 | 19 |
| Octal | 2 | 77 | 173 | 142 | 61 | 0 | 64 | 322 | 141 | 31 |
| Binary | 10 | 111111 | 1111011 | 1100010 | 110001 | 0 | 110100 | 11010010 | 1100001 | 11001 |
Color Harmonies of #023F7B
Complementary color
Monochromatic Colors of #023F7B
Black with #023F7B
Text Example
Text Example
White with #023F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023F7B; }
p { color: rgb(2,63,123); }
H1.HeaderClassName
{
color: #023F7B;
}
.AnyTagClassName
{
color: #023F7B;
}
</style>
background-color css
<style>
a { background-color: #023F7B; }
a { background-color: rgb(2,63,123); }
div.DivClassName
{
background-color: #023F7B;
}
.BgClassName
{
background-color: #023F7B;
}
</style>
border-color css
<style>
span { border-color: #023F7B; }
span { border-color: rgb(2,63,123); }
td.TdClassName
{
border-color: #023F7B;
}
.TagClassName
{
border-color: #023F7B;
}
</style>