Shades of Dark Cerulean #02518A
Tints of Dark Cerulean #02518A
RGB
CMYK
RGB Variations
Color information
#02518A (or 0x02518A) is known color: Dark Cerulean. HEX triplet: 02, 51 and 8A. RGB value is (2,81,138). Sum of RGB (Red+Green+Blue) = 2+81+138=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #02518A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02518A is #FDAE75. Grayscale: #3F3F3F. Windows color (decimal): -16625270 or 9064706. OLE color: 9064706.
HSL color Cylindrical-coordinate representation of color #02518A: hue angle of 205.15º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02518A is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 81 | 138 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.46 |
| HSL | 205.15º | 0.97% | 0.27% | - |
| HSV(B) | 205.15º | 0.99% | 0.54% | - |
| XYZ | 7.55 | 7.73 | 25.14 | - |
| YUV | 63.88 | 169.83 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 81 | 138 | 0.99 | 0.41 | 0 | 0.46 | 205.15 | 0.97 | 0.27 |
| Hex | 2 | 51 | 8A | 63 | 29 | 0 | 2E | CD | 61 | 1B |
| Octal | 2 | 121 | 212 | 143 | 51 | 0 | 56 | 315 | 141 | 33 |
| Binary | 10 | 1010001 | 10001010 | 1100011 | 101001 | 0 | 101110 | 11001101 | 1100001 | 11011 |
Color Harmonies of #02518A
Complementary color
Monochromatic Colors of #02518A
Black with #02518A
Text Example
Text Example
White with #02518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02518A; }
p { color: rgb(2,81,138); }
H1.HeaderClassName
{
color: #02518A;
}
.AnyTagClassName
{
color: #02518A;
}
</style>
background-color css
<style>
a { background-color: #02518A; }
a { background-color: rgb(2,81,138); }
div.DivClassName
{
background-color: #02518A;
}
.BgClassName
{
background-color: #02518A;
}
</style>
border-color css
<style>
span { border-color: #02518A; }
span { border-color: rgb(2,81,138); }
td.TdClassName
{
border-color: #02518A;
}
.TagClassName
{
border-color: #02518A;
}
</style>