Shades of Cerulean #026FA8
Tints of Cerulean #026FA8
RGB
CMYK
RGB Variations
Color information
#026FA8 (or 0x026FA8) is known color: Cerulean. HEX triplet: 02, 6F and A8. RGB value is (2,111,168). Sum of RGB (Red+Green+Blue) = 2+111+168=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 168 (66.02% from 255 or 59.79% from 281); Max value from RGB is 168 - color contains mainly: blue. Hex color #026FA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026FA8 is #FD9057. Grayscale: #545454. Windows color (decimal): -16617560 or 11038466. OLE color: 11038466.
HSL color Cylindrical-coordinate representation of color #026FA8: hue angle of 200.6º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026FA8 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 111 | 168 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.34 |
| HSL | 200.6º | 0.98% | 0.33% | - |
| HSV(B) | 200.6º | 0.99% | 0.66% | - |
| XYZ | 12.78 | 14.21 | 39.11 | - |
| YUV | 84.91 | 174.89 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 111 | 168 | 0.99 | 0.34 | 0 | 0.34 | 200.6 | 0.98 | 0.33 |
| Hex | 2 | 6F | A8 | 63 | 22 | 0 | 22 | C9 | 62 | 21 |
| Octal | 2 | 157 | 250 | 143 | 42 | 0 | 42 | 311 | 142 | 41 |
| Binary | 10 | 1101111 | 10101000 | 1100011 | 100010 | 0 | 100010 | 11001001 | 1100010 | 100001 |
Color Harmonies of #026FA8
Complementary color
Monochromatic Colors of #026FA8
Black with #026FA8
Text Example
Text Example
White with #026FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026FA8; }
p { color: rgb(2,111,168); }
H1.HeaderClassName
{
color: #026FA8;
}
.AnyTagClassName
{
color: #026FA8;
}
</style>
background-color css
<style>
a { background-color: #026FA8; }
a { background-color: rgb(2,111,168); }
div.DivClassName
{
background-color: #026FA8;
}
.BgClassName
{
background-color: #026FA8;
}
</style>
border-color css
<style>
span { border-color: #026FA8; }
span { border-color: rgb(2,111,168); }
td.TdClassName
{
border-color: #026FA8;
}
.TagClassName
{
border-color: #026FA8;
}
</style>