Shades of Cerulean #026A8E
Tints of Cerulean #026A8E
RGB
CMYK
RGB Variations
Color information
#026A8E (or 0x026A8E) is known color: Cerulean. HEX triplet: 02, 6A and 8E. RGB value is (2,106,142). Sum of RGB (Red+Green+Blue) = 2+106+142=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #026A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026A8E is #FD9571. Grayscale: #4E4E4E. Windows color (decimal): -16618866 or 9333250. OLE color: 9333250.
HSL color Cylindrical-coordinate representation of color #026A8E: hue angle of 195.43º 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 #026A8E is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 106 | 142 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.44 |
| HSL | 195.43º | 0.97% | 0.28% | - |
| HSV(B) | 195.43º | 0.99% | 0.56% | - |
| XYZ | 10.06 | 12.27 | 27.43 | - |
| YUV | 79.01 | 163.54 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 142 | 0.99 | 0.25 | 0 | 0.44 | 195.43 | 0.97 | 0.28 |
| Hex | 2 | 6A | 8E | 63 | 19 | 0 | 2C | C3 | 61 | 1C |
| Octal | 2 | 152 | 216 | 143 | 31 | 0 | 54 | 303 | 141 | 34 |
| Binary | 10 | 1101010 | 10001110 | 1100011 | 11001 | 0 | 101100 | 11000011 | 1100001 | 11100 |
Color Harmonies of #026A8E
Complementary color
Monochromatic Colors of #026A8E
Black with #026A8E
Text Example
Text Example
White with #026A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026A8E; }
p { color: rgb(2,106,142); }
H1.HeaderClassName
{
color: #026A8E;
}
.AnyTagClassName
{
color: #026A8E;
}
</style>
background-color css
<style>
a { background-color: #026A8E; }
a { background-color: rgb(2,106,142); }
div.DivClassName
{
background-color: #026A8E;
}
.BgClassName
{
background-color: #026A8E;
}
</style>
border-color css
<style>
span { border-color: #026A8E; }
span { border-color: rgb(2,106,142); }
td.TdClassName
{
border-color: #026A8E;
}
.TagClassName
{
border-color: #026A8E;
}
</style>