Shades of Cerulean #02679F
Tints of Cerulean #02679F
RGB
CMYK
RGB Variations
Color information
#02679F (or 0x02679F) is known color: Cerulean. HEX triplet: 02, 67 and 9F. RGB value is (2,103,159). Sum of RGB (Red+Green+Blue) = 2+103+159=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #02679F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02679F is #FD9860. Grayscale: #4E4E4E. Windows color (decimal): -16619617 or 10446594. OLE color: 10446594.
HSL color Cylindrical-coordinate representation of color #02679F: hue angle of 201.4º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02679F is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 103 | 159 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.38 |
| HSL | 201.4º | 0.98% | 0.32% | - |
| HSV(B) | 201.4º | 0.99% | 0.62% | - |
| XYZ | 11.13 | 12.22 | 34.57 | - |
| YUV | 79.19 | 173.04 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 103 | 159 | 0.99 | 0.35 | 0 | 0.38 | 201.4 | 0.98 | 0.32 |
| Hex | 2 | 67 | 9F | 63 | 23 | 0 | 26 | C9 | 62 | 20 |
| Octal | 2 | 147 | 237 | 143 | 43 | 0 | 46 | 311 | 142 | 40 |
| Binary | 10 | 1100111 | 10011111 | 1100011 | 100011 | 0 | 100110 | 11001001 | 1100010 | 100000 |
Color Harmonies of #02679F
Complementary color
Monochromatic Colors of #02679F
Black with #02679F
Text Example
Text Example
White with #02679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02679F; }
p { color: rgb(2,103,159); }
H1.HeaderClassName
{
color: #02679F;
}
.AnyTagClassName
{
color: #02679F;
}
</style>
background-color css
<style>
a { background-color: #02679F; }
a { background-color: rgb(2,103,159); }
div.DivClassName
{
background-color: #02679F;
}
.BgClassName
{
background-color: #02679F;
}
</style>
border-color css
<style>
span { border-color: #02679F; }
span { border-color: rgb(2,103,159); }
td.TdClassName
{
border-color: #02679F;
}
.TagClassName
{
border-color: #02679F;
}
</style>