Shades of Dark Cerulean #02558B
Tints of Dark Cerulean #02558B
RGB
CMYK
RGB Variations
Color information
#02558B (or 0x02558B) is known color: Dark Cerulean. HEX triplet: 02, 55 and 8B. RGB value is (2,85,139). Sum of RGB (Red+Green+Blue) = 2+85+139=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #02558B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02558B is #FDAA74. Grayscale: #424242. Windows color (decimal): -16624245 or 9131266. OLE color: 9131266.
HSL color Cylindrical-coordinate representation of color #02558B: hue angle of 203.65º 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 #02558B is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 85 | 139 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.45 |
| HSL | 203.65º | 0.97% | 0.28% | - |
| HSV(B) | 203.65º | 0.99% | 0.55% | - |
| XYZ | 7.93 | 8.37 | 25.62 | - |
| YUV | 66.34 | 169 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 85 | 139 | 0.99 | 0.39 | 0 | 0.45 | 203.65 | 0.97 | 0.28 |
| Hex | 2 | 55 | 8B | 63 | 27 | 0 | 2D | CC | 61 | 1C |
| Octal | 2 | 125 | 213 | 143 | 47 | 0 | 55 | 314 | 141 | 34 |
| Binary | 10 | 1010101 | 10001011 | 1100011 | 100111 | 0 | 101101 | 11001100 | 1100001 | 11100 |
Color Harmonies of #02558B
Complementary color
Monochromatic Colors of #02558B
Black with #02558B
Text Example
Text Example
White with #02558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02558B; }
p { color: rgb(2,85,139); }
H1.HeaderClassName
{
color: #02558B;
}
.AnyTagClassName
{
color: #02558B;
}
</style>
background-color css
<style>
a { background-color: #02558B; }
a { background-color: rgb(2,85,139); }
div.DivClassName
{
background-color: #02558B;
}
.BgClassName
{
background-color: #02558B;
}
</style>
border-color css
<style>
span { border-color: #02558B; }
span { border-color: rgb(2,85,139); }
td.TdClassName
{
border-color: #02558B;
}
.TagClassName
{
border-color: #02558B;
}
</style>