Shades of Cerulean #02618F
Tints of Cerulean #02618F
RGB
CMYK
RGB Variations
Color information
#02618F (or 0x02618F) is known color: Cerulean. HEX triplet: 02, 61 and 8F. RGB value is (2,97,143). Sum of RGB (Red+Green+Blue) = 2+97+143=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #02618F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02618F is #FD9E70. Grayscale: #494949. Windows color (decimal): -16621169 or 9396482. OLE color: 9396482.
HSL color Cylindrical-coordinate representation of color #02618F: hue angle of 199.57º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02618F is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 97 | 143 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.44 |
| HSL | 199.57º | 0.97% | 0.28% | - |
| HSV(B) | 199.57º | 0.99% | 0.56% | - |
| XYZ | 9.26 | 10.55 | 27.53 | - |
| YUV | 73.84 | 167.03 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 97 | 143 | 0.99 | 0.32 | 0 | 0.44 | 199.57 | 0.97 | 0.28 |
| Hex | 2 | 61 | 8F | 63 | 20 | 0 | 2C | C8 | 61 | 1C |
| Octal | 2 | 141 | 217 | 143 | 40 | 0 | 54 | 310 | 141 | 34 |
| Binary | 10 | 1100001 | 10001111 | 1100011 | 100000 | 0 | 101100 | 11001000 | 1100001 | 11100 |
Color Harmonies of #02618F
Complementary color
Monochromatic Colors of #02618F
Black with #02618F
Text Example
Text Example
White with #02618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02618F; }
p { color: rgb(2,97,143); }
H1.HeaderClassName
{
color: #02618F;
}
.AnyTagClassName
{
color: #02618F;
}
</style>
background-color css
<style>
a { background-color: #02618F; }
a { background-color: rgb(2,97,143); }
div.DivClassName
{
background-color: #02618F;
}
.BgClassName
{
background-color: #02618F;
}
</style>
border-color css
<style>
span { border-color: #02618F; }
span { border-color: rgb(2,97,143); }
td.TdClassName
{
border-color: #02618F;
}
.TagClassName
{
border-color: #02618F;
}
</style>