Shades of Cerulean #026CAC
Tints of Cerulean #026CAC
RGB
CMYK
RGB Variations
Color information
#026CAC (or 0x026CAC) is known color: Cerulean. HEX triplet: 02, 6C and AC. RGB value is (2,108,172). Sum of RGB (Red+Green+Blue) = 2+108+172=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #026CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026CAC is #FD9353. Grayscale: #535353. Windows color (decimal): -16618324 or 11299842. OLE color: 11299842.
HSL color Cylindrical-coordinate representation of color #026CAC: hue angle of 202.59º 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 #026CAC is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 108 | 172 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.33 |
| HSL | 202.59º | 0.98% | 0.34% | - |
| HSV(B) | 202.59º | 0.99% | 0.67% | - |
| XYZ | 12.83 | 13.72 | 41 | - |
| YUV | 83.6 | 177.88 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 108 | 172 | 0.99 | 0.37 | 0 | 0.33 | 202.59 | 0.98 | 0.34 |
| Hex | 2 | 6C | AC | 63 | 25 | 0 | 21 | CB | 62 | 22 |
| Octal | 2 | 154 | 254 | 143 | 45 | 0 | 41 | 313 | 142 | 42 |
| Binary | 10 | 1101100 | 10101100 | 1100011 | 100101 | 0 | 100001 | 11001011 | 1100010 | 100010 |
Color Harmonies of #026CAC
Complementary color
Monochromatic Colors of #026CAC
Black with #026CAC
Text Example
Text Example
White with #026CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026CAC; }
p { color: rgb(2,108,172); }
H1.HeaderClassName
{
color: #026CAC;
}
.AnyTagClassName
{
color: #026CAC;
}
</style>
background-color css
<style>
a { background-color: #026CAC; }
a { background-color: rgb(2,108,172); }
div.DivClassName
{
background-color: #026CAC;
}
.BgClassName
{
background-color: #026CAC;
}
</style>
border-color css
<style>
span { border-color: #026CAC; }
span { border-color: rgb(2,108,172); }
td.TdClassName
{
border-color: #026CAC;
}
.TagClassName
{
border-color: #026CAC;
}
</style>