Shades of Cerulean #026EA3
Tints of Cerulean #026EA3
RGB
CMYK
RGB Variations
Color information
#026EA3 (or 0x026EA3) is known color: Cerulean. HEX triplet: 02, 6E and A3. RGB value is (2,110,163). Sum of RGB (Red+Green+Blue) = 2+110+163=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 163 (64.06% from 255 or 59.27% from 275); Max value from RGB is 163 - color contains mainly: blue. Hex color #026EA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026EA3 is #FD915C. Grayscale: #535353. Windows color (decimal): -16617821 or 10710530. OLE color: 10710530.
HSL color Cylindrical-coordinate representation of color #026EA3: hue angle of 199.75º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026EA3 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 110 | 163 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.36 |
| HSL | 199.75º | 0.98% | 0.32% | - |
| HSV(B) | 199.75º | 0.99% | 0.64% | - |
| XYZ | 12.21 | 13.81 | 36.67 | - |
| YUV | 83.75 | 172.72 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 163 | 0.99 | 0.33 | 0 | 0.36 | 199.75 | 0.98 | 0.32 |
| Hex | 2 | 6E | A3 | 63 | 21 | 0 | 24 | C8 | 62 | 20 |
| Octal | 2 | 156 | 243 | 143 | 41 | 0 | 44 | 310 | 142 | 40 |
| Binary | 10 | 1101110 | 10100011 | 1100011 | 100001 | 0 | 100100 | 11001000 | 1100010 | 100000 |
Color Harmonies of #026EA3
Complementary color
Monochromatic Colors of #026EA3
Black with #026EA3
Text Example
Text Example
White with #026EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026EA3; }
p { color: rgb(2,110,163); }
H1.HeaderClassName
{
color: #026EA3;
}
.AnyTagClassName
{
color: #026EA3;
}
</style>
background-color css
<style>
a { background-color: #026EA3; }
a { background-color: rgb(2,110,163); }
div.DivClassName
{
background-color: #026EA3;
}
.BgClassName
{
background-color: #026EA3;
}
</style>
border-color css
<style>
span { border-color: #026EA3; }
span { border-color: rgb(2,110,163); }
td.TdClassName
{
border-color: #026EA3;
}
.TagClassName
{
border-color: #026EA3;
}
</style>