Shades of Dark Cerulean #02458B
Tints of Dark Cerulean #02458B
RGB
CMYK
RGB Variations
Color information
#02458B (or 0x02458B) is known color: Dark Cerulean. HEX triplet: 02, 45 and 8B. RGB value is (2,69,139). Sum of RGB (Red+Green+Blue) = 2+69+139=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #02458B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02458B is #FDBA74. Grayscale: #383838. Windows color (decimal): -16628341 or 9127170. OLE color: 9127170.
HSL color Cylindrical-coordinate representation of color #02458B: hue angle of 210.66º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02458B is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 69 | 139 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.45 |
| HSL | 210.66º | 0.97% | 0.28% | - |
| HSV(B) | 210.66º | 0.99% | 0.55% | - |
| XYZ | 6.81 | 6.13 | 25.25 | - |
| YUV | 56.95 | 174.3 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 139 | 0.99 | 0.50 | 0 | 0.45 | 210.66 | 0.97 | 0.28 |
| Hex | 2 | 45 | 8B | 63 | 32 | 0 | 2D | D3 | 61 | 1C |
| Octal | 2 | 105 | 213 | 143 | 62 | 0 | 55 | 323 | 141 | 34 |
| Binary | 10 | 1000101 | 10001011 | 1100011 | 110010 | 0 | 101101 | 11010011 | 1100001 | 11100 |
Color Harmonies of #02458B
Complementary color
Monochromatic Colors of #02458B
Black with #02458B
Text Example
Text Example
White with #02458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02458B; }
p { color: rgb(2,69,139); }
H1.HeaderClassName
{
color: #02458B;
}
.AnyTagClassName
{
color: #02458B;
}
</style>
background-color css
<style>
a { background-color: #02458B; }
a { background-color: rgb(2,69,139); }
div.DivClassName
{
background-color: #02458B;
}
.BgClassName
{
background-color: #02458B;
}
</style>
border-color css
<style>
span { border-color: #02458B; }
span { border-color: rgb(2,69,139); }
td.TdClassName
{
border-color: #02458B;
}
.TagClassName
{
border-color: #02458B;
}
</style>