Shades of Dark Cerulean #023881
Tints of Dark Cerulean #023881
RGB
CMYK
RGB Variations
Color information
#023881 (or 0x023881) is known color: Dark Cerulean. HEX triplet: 02, 38 and 81. RGB value is (2,56,129). Sum of RGB (Red+Green+Blue) = 2+56+129=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 129 (50.78% from 255 or 68.98% from 187); Max value from RGB is 129 - color contains mainly: blue. Hex color #023881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023881 is #FDC77E. Grayscale: #2F2F2F. Windows color (decimal): -16631679 or 8468482. OLE color: 8468482.
HSL color Cylindrical-coordinate representation of color #023881: hue angle of 214.49º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023881 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 56 | 129 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.49 |
| HSL | 214.49º | 0.97% | 0.26% | - |
| HSV(B) | 214.49º | 0.98% | 0.51% | - |
| XYZ | 5.4 | 4.43 | 21.34 | - |
| YUV | 48.18 | 173.61 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 129 | 0.98 | 0.57 | 0 | 0.49 | 214.49 | 0.97 | 0.26 |
| Hex | 2 | 38 | 81 | 62 | 39 | 0 | 31 | D6 | 61 | 1A |
| Octal | 2 | 70 | 201 | 142 | 71 | 0 | 61 | 326 | 141 | 32 |
| Binary | 10 | 111000 | 10000001 | 1100010 | 111001 | 0 | 110001 | 11010110 | 1100001 | 11010 |
Color Harmonies of #023881
Complementary color
Monochromatic Colors of #023881
Black with #023881
Text Example
Text Example
White with #023881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023881; }
p { color: rgb(2,56,129); }
H1.HeaderClassName
{
color: #023881;
}
.AnyTagClassName
{
color: #023881;
}
</style>
background-color css
<style>
a { background-color: #023881; }
a { background-color: rgb(2,56,129); }
div.DivClassName
{
background-color: #023881;
}
.BgClassName
{
background-color: #023881;
}
</style>
border-color css
<style>
span { border-color: #023881; }
span { border-color: rgb(2,56,129); }
td.TdClassName
{
border-color: #023881;
}
.TagClassName
{
border-color: #023881;
}
</style>