Shades of Dark Cerulean #023C83
Tints of Dark Cerulean #023C83
RGB
CMYK
RGB Variations
Color information
#023C83 (or 0x023C83) is known color: Dark Cerulean. HEX triplet: 02, 3C and 83. RGB value is (2,60,131). Sum of RGB (Red+Green+Blue) = 2+60+131=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 131 (51.56% from 255 or 67.88% from 193); Max value from RGB is 131 - color contains mainly: blue. Hex color #023C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023C83 is #FDC37C. Grayscale: #323232. Windows color (decimal): -16630653 or 8600578. OLE color: 8600578.
HSL color Cylindrical-coordinate representation of color #023C83: hue angle of 213.02º 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 #023C83 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 60 | 131 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.49 |
| HSL | 213.02º | 0.97% | 0.26% | - |
| HSV(B) | 213.02º | 0.98% | 0.51% | - |
| XYZ | 5.74 | 4.88 | 22.11 | - |
| YUV | 50.75 | 173.28 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 131 | 0.98 | 0.54 | 0 | 0.49 | 213.02 | 0.97 | 0.26 |
| Hex | 2 | 3C | 83 | 62 | 36 | 0 | 31 | D5 | 61 | 1A |
| Octal | 2 | 74 | 203 | 142 | 66 | 0 | 61 | 325 | 141 | 32 |
| Binary | 10 | 111100 | 10000011 | 1100010 | 110110 | 0 | 110001 | 11010101 | 1100001 | 11010 |
Color Harmonies of #023C83
Complementary color
Monochromatic Colors of #023C83
Black with #023C83
Text Example
Text Example
White with #023C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C83; }
p { color: rgb(2,60,131); }
H1.HeaderClassName
{
color: #023C83;
}
.AnyTagClassName
{
color: #023C83;
}
</style>
background-color css
<style>
a { background-color: #023C83; }
a { background-color: rgb(2,60,131); }
div.DivClassName
{
background-color: #023C83;
}
.BgClassName
{
background-color: #023C83;
}
</style>
border-color css
<style>
span { border-color: #023C83; }
span { border-color: rgb(2,60,131); }
td.TdClassName
{
border-color: #023C83;
}
.TagClassName
{
border-color: #023C83;
}
</style>