Shades of Cerulean #026AAB
Tints of Cerulean #026AAB
RGB
CMYK
RGB Variations
Color information
#026AAB (or 0x026AAB) is known color: Cerulean. HEX triplet: 02, 6A and AB. RGB value is (2,106,171). Sum of RGB (Red+Green+Blue) = 2+106+171=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #026AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026AAB is #FD9554. Grayscale: #515151. Windows color (decimal): -16618837 or 11233794. OLE color: 11233794.
HSL color Cylindrical-coordinate representation of color #026AAB: hue angle of 203.08º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026AAB is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 106 | 171 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.33 |
| HSL | 203.08º | 0.98% | 0.34% | - |
| HSV(B) | 203.08º | 0.99% | 0.67% | - |
| XYZ | 12.53 | 13.26 | 40.43 | - |
| YUV | 82.31 | 178.04 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 171 | 0.99 | 0.38 | 0 | 0.33 | 203.08 | 0.98 | 0.34 |
| Hex | 2 | 6A | AB | 63 | 26 | 0 | 21 | CB | 62 | 22 |
| Octal | 2 | 152 | 253 | 143 | 46 | 0 | 41 | 313 | 142 | 42 |
| Binary | 10 | 1101010 | 10101011 | 1100011 | 100110 | 0 | 100001 | 11001011 | 1100010 | 100010 |
Color Harmonies of #026AAB
Complementary color
Monochromatic Colors of #026AAB
Black with #026AAB
Text Example
Text Example
White with #026AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026AAB; }
p { color: rgb(2,106,171); }
H1.HeaderClassName
{
color: #026AAB;
}
.AnyTagClassName
{
color: #026AAB;
}
</style>
background-color css
<style>
a { background-color: #026AAB; }
a { background-color: rgb(2,106,171); }
div.DivClassName
{
background-color: #026AAB;
}
.BgClassName
{
background-color: #026AAB;
}
</style>
border-color css
<style>
span { border-color: #026AAB; }
span { border-color: rgb(2,106,171); }
td.TdClassName
{
border-color: #026AAB;
}
.TagClassName
{
border-color: #026AAB;
}
</style>