Shades of Dark Cerulean #02327C
Tints of Dark Cerulean #02327C
RGB
CMYK
RGB Variations
Color information
#02327C (or 0x02327C) is known color: Dark Cerulean. HEX triplet: 02, 32 and 7C. RGB value is (2,50,124). Sum of RGB (Red+Green+Blue) = 2+50+124=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #02327C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02327C is #FDCD83. Grayscale: #2B2B2B. Windows color (decimal): -16633220 or 8139266. OLE color: 8139266.
HSL color Cylindrical-coordinate representation of color #02327C: hue angle of 216.39º 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 #02327C is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 50 | 124 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.51 |
| HSL | 216.39º | 0.97% | 0.25% | - |
| HSV(B) | 216.39º | 0.98% | 0.49% | - |
| XYZ | 4.8 | 3.75 | 19.54 | - |
| YUV | 44.08 | 173.1 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 124 | 0.98 | 0.60 | 0 | 0.51 | 216.39 | 0.97 | 0.25 |
| Hex | 2 | 32 | 7C | 62 | 3C | 0 | 33 | D8 | 61 | 19 |
| Octal | 2 | 62 | 174 | 142 | 74 | 0 | 63 | 330 | 141 | 31 |
| Binary | 10 | 110010 | 1111100 | 1100010 | 111100 | 0 | 110011 | 11011000 | 1100001 | 11001 |
Color Harmonies of #02327C
Complementary color
Monochromatic Colors of #02327C
Black with #02327C
Text Example
Text Example
White with #02327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02327C; }
p { color: rgb(2,50,124); }
H1.HeaderClassName
{
color: #02327C;
}
.AnyTagClassName
{
color: #02327C;
}
</style>
background-color css
<style>
a { background-color: #02327C; }
a { background-color: rgb(2,50,124); }
div.DivClassName
{
background-color: #02327C;
}
.BgClassName
{
background-color: #02327C;
}
</style>
border-color css
<style>
span { border-color: #02327C; }
span { border-color: rgb(2,50,124); }
td.TdClassName
{
border-color: #02327C;
}
.TagClassName
{
border-color: #02327C;
}
</style>