Shades of Dark Cerulean #02407E
Tints of Dark Cerulean #02407E
RGB
CMYK
RGB Variations
Color information
#02407E (or 0x02407E) is known color: Dark Cerulean. HEX triplet: 02, 40 and 7E. RGB value is (2,64,126). Sum of RGB (Red+Green+Blue) = 2+64+126=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 126 (49.61% from 255 or 65.62% from 192); Max value from RGB is 126 - color contains mainly: blue. Hex color #02407E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02407E is #FDBF81. Grayscale: #343434. Windows color (decimal): -16629634 or 8273922. OLE color: 8273922.
HSL color Cylindrical-coordinate representation of color #02407E: hue angle of 210º 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 #02407E is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 64 | 126 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.51 |
| HSL | 210º | 0.97% | 0.25% | - |
| HSV(B) | 210º | 0.98% | 0.49% | - |
| XYZ | 5.62 | 5.19 | 20.44 | - |
| YUV | 52.53 | 169.46 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 126 | 0.98 | 0.49 | 0 | 0.51 | 210 | 0.97 | 0.25 |
| Hex | 2 | 40 | 7E | 62 | 31 | 0 | 33 | D2 | 61 | 19 |
| Octal | 2 | 100 | 176 | 142 | 61 | 0 | 63 | 322 | 141 | 31 |
| Binary | 10 | 1000000 | 1111110 | 1100010 | 110001 | 0 | 110011 | 11010010 | 1100001 | 11001 |
Color Harmonies of #02407E
Complementary color
Monochromatic Colors of #02407E
Black with #02407E
Text Example
Text Example
White with #02407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02407E; }
p { color: rgb(2,64,126); }
H1.HeaderClassName
{
color: #02407E;
}
.AnyTagClassName
{
color: #02407E;
}
</style>
background-color css
<style>
a { background-color: #02407E; }
a { background-color: rgb(2,64,126); }
div.DivClassName
{
background-color: #02407E;
}
.BgClassName
{
background-color: #02407E;
}
</style>
border-color css
<style>
span { border-color: #02407E; }
span { border-color: rgb(2,64,126); }
td.TdClassName
{
border-color: #02407E;
}
.TagClassName
{
border-color: #02407E;
}
</style>