Shades of Dark Cerulean #02548B
Tints of Dark Cerulean #02548B
RGB
CMYK
RGB Variations
Color information
#02548B (or 0x02548B) is known color: Dark Cerulean. HEX triplet: 02, 54 and 8B. RGB value is (2,84,139). Sum of RGB (Red+Green+Blue) = 2+84+139=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #02548B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02548B is #FDAB74. Grayscale: #414141. Windows color (decimal): -16624501 or 9131010. OLE color: 9131010.
HSL color Cylindrical-coordinate representation of color #02548B: hue angle of 204.09º 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 #02548B is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 84 | 139 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.45 |
| HSL | 204.09º | 0.97% | 0.28% | - |
| HSV(B) | 204.09º | 0.99% | 0.55% | - |
| XYZ | 7.86 | 8.22 | 25.6 | - |
| YUV | 65.75 | 169.33 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 84 | 139 | 0.99 | 0.40 | 0 | 0.45 | 204.09 | 0.97 | 0.28 |
| Hex | 2 | 54 | 8B | 63 | 28 | 0 | 2D | CC | 61 | 1C |
| Octal | 2 | 124 | 213 | 143 | 50 | 0 | 55 | 314 | 141 | 34 |
| Binary | 10 | 1010100 | 10001011 | 1100011 | 101000 | 0 | 101101 | 11001100 | 1100001 | 11100 |
Color Harmonies of #02548B
Complementary color
Monochromatic Colors of #02548B
Black with #02548B
Text Example
Text Example
White with #02548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02548B; }
p { color: rgb(2,84,139); }
H1.HeaderClassName
{
color: #02548B;
}
.AnyTagClassName
{
color: #02548B;
}
</style>
background-color css
<style>
a { background-color: #02548B; }
a { background-color: rgb(2,84,139); }
div.DivClassName
{
background-color: #02548B;
}
.BgClassName
{
background-color: #02548B;
}
</style>
border-color css
<style>
span { border-color: #02548B; }
span { border-color: rgb(2,84,139); }
td.TdClassName
{
border-color: #02548B;
}
.TagClassName
{
border-color: #02548B;
}
</style>