Shades of Dark Cerulean #02327E
Tints of Dark Cerulean #02327E
RGB
CMYK
RGB Variations
Color information
#02327E (or 0x02327E) is known color: Dark Cerulean. HEX triplet: 02, 32 and 7E. RGB value is (2,50,126). Sum of RGB (Red+Green+Blue) = 2+50+126=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 126 (49.61% from 255 or 70.79% from 178); Max value from RGB is 126 - color contains mainly: blue. Hex color #02327E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02327E is #FDCD81. Grayscale: #2B2B2B. Windows color (decimal): -16633218 or 8270338. OLE color: 8270338.
HSL color Cylindrical-coordinate representation of color #02327E: hue angle of 216.77º 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 #02327E is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 50 | 126 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.51 |
| HSL | 216.77º | 0.97% | 0.25% | - |
| HSV(B) | 216.77º | 0.98% | 0.49% | - |
| XYZ | 4.93 | 3.8 | 20.21 | - |
| YUV | 44.31 | 174.1 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 126 | 0.98 | 0.60 | 0 | 0.51 | 216.77 | 0.97 | 0.25 |
| Hex | 2 | 32 | 7E | 62 | 3C | 0 | 33 | D9 | 61 | 19 |
| Octal | 2 | 62 | 176 | 142 | 74 | 0 | 63 | 331 | 141 | 31 |
| Binary | 10 | 110010 | 1111110 | 1100010 | 111100 | 0 | 110011 | 11011001 | 1100001 | 11001 |
Color Harmonies of #02327E
Complementary color
Monochromatic Colors of #02327E
Black with #02327E
Text Example
Text Example
White with #02327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02327E; }
p { color: rgb(2,50,126); }
H1.HeaderClassName
{
color: #02327E;
}
.AnyTagClassName
{
color: #02327E;
}
</style>
background-color css
<style>
a { background-color: #02327E; }
a { background-color: rgb(2,50,126); }
div.DivClassName
{
background-color: #02327E;
}
.BgClassName
{
background-color: #02327E;
}
</style>
border-color css
<style>
span { border-color: #02327E; }
span { border-color: rgb(2,50,126); }
td.TdClassName
{
border-color: #02327E;
}
.TagClassName
{
border-color: #02327E;
}
</style>