Shades of Cerulean #026A8F
Tints of Cerulean #026A8F
RGB
CMYK
RGB Variations
Color information
#026A8F (or 0x026A8F) is known color: Cerulean. HEX triplet: 02, 6A and 8F. RGB value is (2,106,143). Sum of RGB (Red+Green+Blue) = 2+106+143=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 143 (56.25% from 255 or 56.97% from 251); Max value from RGB is 143 - color contains mainly: blue. Hex color #026A8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026A8F is #FD9570. Grayscale: #4E4E4E. Windows color (decimal): -16618865 or 9398786. OLE color: 9398786.
HSL color Cylindrical-coordinate representation of color #026A8F: hue angle of 195.74º 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 #026A8F is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 106 | 143 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.44 |
| HSL | 195.74º | 0.97% | 0.28% | - |
| HSV(B) | 195.74º | 0.99% | 0.56% | - |
| XYZ | 10.14 | 12.3 | 27.83 | - |
| YUV | 79.12 | 164.04 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 143 | 0.99 | 0.26 | 0 | 0.44 | 195.74 | 0.97 | 0.28 |
| Hex | 2 | 6A | 8F | 63 | 1A | 0 | 2C | C4 | 61 | 1C |
| Octal | 2 | 152 | 217 | 143 | 32 | 0 | 54 | 304 | 141 | 34 |
| Binary | 10 | 1101010 | 10001111 | 1100011 | 11010 | 0 | 101100 | 11000100 | 1100001 | 11100 |
Color Harmonies of #026A8F
Complementary color
Monochromatic Colors of #026A8F
Black with #026A8F
Text Example
Text Example
White with #026A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026A8F; }
p { color: rgb(2,106,143); }
H1.HeaderClassName
{
color: #026A8F;
}
.AnyTagClassName
{
color: #026A8F;
}
</style>
background-color css
<style>
a { background-color: #026A8F; }
a { background-color: rgb(2,106,143); }
div.DivClassName
{
background-color: #026A8F;
}
.BgClassName
{
background-color: #026A8F;
}
</style>
border-color css
<style>
span { border-color: #026A8F; }
span { border-color: rgb(2,106,143); }
td.TdClassName
{
border-color: #026A8F;
}
.TagClassName
{
border-color: #026A8F;
}
</style>