Shades of Cerulean #02609C
Tints of Cerulean #02609C
RGB
CMYK
RGB Variations
Color information
#02609C (or 0x02609C) is known color: Cerulean. HEX triplet: 02, 60 and 9C. RGB value is (2,96,156). Sum of RGB (Red+Green+Blue) = 2+96+156=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #02609C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02609C is #FD9F63. Grayscale: #4A4A4A. Windows color (decimal): -16621412 or 10248194. OLE color: 10248194.
HSL color Cylindrical-coordinate representation of color #02609C: hue angle of 203.38º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02609C is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 96 | 156 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.39 |
| HSL | 203.38º | 0.97% | 0.31% | - |
| HSV(B) | 203.38º | 0.99% | 0.61% | - |
| XYZ | 10.21 | 10.78 | 32.99 | - |
| YUV | 74.73 | 173.86 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 96 | 156 | 0.99 | 0.38 | 0 | 0.39 | 203.38 | 0.97 | 0.31 |
| Hex | 2 | 60 | 9C | 63 | 26 | 0 | 27 | CB | 61 | 1F |
| Octal | 2 | 140 | 234 | 143 | 46 | 0 | 47 | 313 | 141 | 37 |
| Binary | 10 | 1100000 | 10011100 | 1100011 | 100110 | 0 | 100111 | 11001011 | 1100001 | 11111 |
Color Harmonies of #02609C
Complementary color
Monochromatic Colors of #02609C
Black with #02609C
Text Example
Text Example
White with #02609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02609C; }
p { color: rgb(2,96,156); }
H1.HeaderClassName
{
color: #02609C;
}
.AnyTagClassName
{
color: #02609C;
}
</style>
background-color css
<style>
a { background-color: #02609C; }
a { background-color: rgb(2,96,156); }
div.DivClassName
{
background-color: #02609C;
}
.BgClassName
{
background-color: #02609C;
}
</style>
border-color css
<style>
span { border-color: #02609C; }
span { border-color: rgb(2,96,156); }
td.TdClassName
{
border-color: #02609C;
}
.TagClassName
{
border-color: #02609C;
}
</style>