Shades of Dark Cerulean #02558D
Tints of Dark Cerulean #02558D
RGB
CMYK
RGB Variations
Color information
#02558D (or 0x02558D) is known color: Dark Cerulean. HEX triplet: 02, 55 and 8D. RGB value is (2,85,141). Sum of RGB (Red+Green+Blue) = 2+85+141=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #02558D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02558D is #FDAA72. Grayscale: #424242. Windows color (decimal): -16624243 or 9262338. OLE color: 9262338.
HSL color Cylindrical-coordinate representation of color #02558D: hue angle of 204.17º 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 #02558D is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 85 | 141 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.45 |
| HSL | 204.17º | 0.97% | 0.28% | - |
| HSV(B) | 204.17º | 0.99% | 0.55% | - |
| XYZ | 8.08 | 8.43 | 26.4 | - |
| YUV | 66.57 | 170 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 85 | 141 | 0.99 | 0.40 | 0 | 0.45 | 204.17 | 0.97 | 0.28 |
| Hex | 2 | 55 | 8D | 63 | 28 | 0 | 2D | CC | 61 | 1C |
| Octal | 2 | 125 | 215 | 143 | 50 | 0 | 55 | 314 | 141 | 34 |
| Binary | 10 | 1010101 | 10001101 | 1100011 | 101000 | 0 | 101101 | 11001100 | 1100001 | 11100 |
Color Harmonies of #02558D
Complementary color
Monochromatic Colors of #02558D
Black with #02558D
Text Example
Text Example
White with #02558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02558D; }
p { color: rgb(2,85,141); }
H1.HeaderClassName
{
color: #02558D;
}
.AnyTagClassName
{
color: #02558D;
}
</style>
background-color css
<style>
a { background-color: #02558D; }
a { background-color: rgb(2,85,141); }
div.DivClassName
{
background-color: #02558D;
}
.BgClassName
{
background-color: #02558D;
}
</style>
border-color css
<style>
span { border-color: #02558D; }
span { border-color: rgb(2,85,141); }
td.TdClassName
{
border-color: #02558D;
}
.TagClassName
{
border-color: #02558D;
}
</style>