Shades of Dark Cerulean #02337C
Tints of Dark Cerulean #02337C
RGB
CMYK
RGB Variations
Color information
#02337C (or 0x02337C) is known color: Dark Cerulean. HEX triplet: 02, 33 and 7C. RGB value is (2,51,124). Sum of RGB (Red+Green+Blue) = 2+51+124=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #02337C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02337C is #FDCC83. Grayscale: #2C2C2C. Windows color (decimal): -16632964 or 8139522. OLE color: 8139522.
HSL color Cylindrical-coordinate representation of color #02337C: hue angle of 215.9º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02337C is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 51 | 124 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.51 |
| HSL | 215.9º | 0.97% | 0.25% | - |
| HSV(B) | 215.9º | 0.98% | 0.49% | - |
| XYZ | 4.85 | 3.84 | 19.55 | - |
| YUV | 44.67 | 172.77 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 124 | 0.98 | 0.59 | 0 | 0.51 | 215.9 | 0.97 | 0.25 |
| Hex | 2 | 33 | 7C | 62 | 3B | 0 | 33 | D8 | 61 | 19 |
| Octal | 2 | 63 | 174 | 142 | 73 | 0 | 63 | 330 | 141 | 31 |
| Binary | 10 | 110011 | 1111100 | 1100010 | 111011 | 0 | 110011 | 11011000 | 1100001 | 11001 |
Color Harmonies of #02337C
Complementary color
Monochromatic Colors of #02337C
Black with #02337C
Text Example
Text Example
White with #02337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02337C; }
p { color: rgb(2,51,124); }
H1.HeaderClassName
{
color: #02337C;
}
.AnyTagClassName
{
color: #02337C;
}
</style>
background-color css
<style>
a { background-color: #02337C; }
a { background-color: rgb(2,51,124); }
div.DivClassName
{
background-color: #02337C;
}
.BgClassName
{
background-color: #02337C;
}
</style>
border-color css
<style>
span { border-color: #02337C; }
span { border-color: rgb(2,51,124); }
td.TdClassName
{
border-color: #02337C;
}
.TagClassName
{
border-color: #02337C;
}
</style>