Shades of Dark Cerulean #023886
Tints of Dark Cerulean #023886
RGB
CMYK
RGB Variations
Color information
#023886 (or 0x023886) is known color: Dark Cerulean. HEX triplet: 02, 38 and 86. RGB value is (2,56,134). Sum of RGB (Red+Green+Blue) = 2+56+134=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 134 (52.73% from 255 or 69.79% from 192); Max value from RGB is 134 - color contains mainly: blue. Hex color #023886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023886 is #FDC779. Grayscale: #303030. Windows color (decimal): -16631674 or 8796162. OLE color: 8796162.
HSL color Cylindrical-coordinate representation of color #023886: hue angle of 215.45º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023886 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 56 | 134 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.47 |
| HSL | 215.45º | 0.97% | 0.27% | - |
| HSV(B) | 215.45º | 0.99% | 0.53% | - |
| XYZ | 5.74 | 4.56 | 23.13 | - |
| YUV | 48.75 | 176.11 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 134 | 0.99 | 0.58 | 0 | 0.47 | 215.45 | 0.97 | 0.27 |
| Hex | 2 | 38 | 86 | 63 | 3A | 0 | 2F | D7 | 61 | 1B |
| Octal | 2 | 70 | 206 | 143 | 72 | 0 | 57 | 327 | 141 | 33 |
| Binary | 10 | 111000 | 10000110 | 1100011 | 111010 | 0 | 101111 | 11010111 | 1100001 | 11011 |
Color Harmonies of #023886
Complementary color
Monochromatic Colors of #023886
Black with #023886
Text Example
Text Example
White with #023886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023886; }
p { color: rgb(2,56,134); }
H1.HeaderClassName
{
color: #023886;
}
.AnyTagClassName
{
color: #023886;
}
</style>
background-color css
<style>
a { background-color: #023886; }
a { background-color: rgb(2,56,134); }
div.DivClassName
{
background-color: #023886;
}
.BgClassName
{
background-color: #023886;
}
</style>
border-color css
<style>
span { border-color: #023886; }
span { border-color: rgb(2,56,134); }
td.TdClassName
{
border-color: #023886;
}
.TagClassName
{
border-color: #023886;
}
</style>