Shades of Dark Cerulean #023F89
Tints of Dark Cerulean #023F89
RGB
CMYK
RGB Variations
Color information
#023F89 (or 0x023F89) is known color: Dark Cerulean. HEX triplet: 02, 3F and 89. RGB value is (2,63,137). Sum of RGB (Red+Green+Blue) = 2+63+137=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 137 (53.91% from 255 or 67.82% from 202); Max value from RGB is 137 - color contains mainly: blue. Hex color #023F89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023F89 is #FDC076. Grayscale: #343434. Windows color (decimal): -16629879 or 8994562. OLE color: 8994562.
HSL color Cylindrical-coordinate representation of color #023F89: hue angle of 212.89º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023F89 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 63 | 137 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.46 |
| HSL | 212.89º | 0.97% | 0.27% | - |
| HSV(B) | 212.89º | 0.99% | 0.54% | - |
| XYZ | 6.32 | 5.37 | 24.37 | - |
| YUV | 53.2 | 175.29 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 137 | 0.99 | 0.54 | 0 | 0.46 | 212.89 | 0.97 | 0.27 |
| Hex | 2 | 3F | 89 | 63 | 36 | 0 | 2E | D5 | 61 | 1B |
| Octal | 2 | 77 | 211 | 143 | 66 | 0 | 56 | 325 | 141 | 33 |
| Binary | 10 | 111111 | 10001001 | 1100011 | 110110 | 0 | 101110 | 11010101 | 1100001 | 11011 |
Color Harmonies of #023F89
Complementary color
Monochromatic Colors of #023F89
Black with #023F89
Text Example
Text Example
White with #023F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023F89; }
p { color: rgb(2,63,137); }
H1.HeaderClassName
{
color: #023F89;
}
.AnyTagClassName
{
color: #023F89;
}
</style>
background-color css
<style>
a { background-color: #023F89; }
a { background-color: rgb(2,63,137); }
div.DivClassName
{
background-color: #023F89;
}
.BgClassName
{
background-color: #023F89;
}
</style>
border-color css
<style>
span { border-color: #023F89; }
span { border-color: rgb(2,63,137); }
td.TdClassName
{
border-color: #023F89;
}
.TagClassName
{
border-color: #023F89;
}
</style>