Shades of Cerulean #026FA3
Tints of Cerulean #026FA3
RGB
CMYK
RGB Variations
Color information
#026FA3 (or 0x026FA3) is known color: Cerulean. HEX triplet: 02, 6F and A3. RGB value is (2,111,163). Sum of RGB (Red+Green+Blue) = 2+111+163=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 163 (64.06% from 255 or 59.06% from 276); Max value from RGB is 163 - color contains mainly: blue. Hex color #026FA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026FA3 is #FD905C. Grayscale: #545454. Windows color (decimal): -16617565 or 10710786. OLE color: 10710786.
HSL color Cylindrical-coordinate representation of color #026FA3: hue angle of 199.38º 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 #026FA3 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 111 | 163 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.36 |
| HSL | 199.38º | 0.98% | 0.32% | - |
| HSV(B) | 199.38º | 0.99% | 0.64% | - |
| XYZ | 12.32 | 14.03 | 36.71 | - |
| YUV | 84.34 | 172.39 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 111 | 163 | 0.99 | 0.32 | 0 | 0.36 | 199.38 | 0.98 | 0.32 |
| Hex | 2 | 6F | A3 | 63 | 20 | 0 | 24 | C7 | 62 | 20 |
| Octal | 2 | 157 | 243 | 143 | 40 | 0 | 44 | 307 | 142 | 40 |
| Binary | 10 | 1101111 | 10100011 | 1100011 | 100000 | 0 | 100100 | 11000111 | 1100010 | 100000 |
Color Harmonies of #026FA3
Complementary color
Monochromatic Colors of #026FA3
Black with #026FA3
Text Example
Text Example
White with #026FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026FA3; }
p { color: rgb(2,111,163); }
H1.HeaderClassName
{
color: #026FA3;
}
.AnyTagClassName
{
color: #026FA3;
}
</style>
background-color css
<style>
a { background-color: #026FA3; }
a { background-color: rgb(2,111,163); }
div.DivClassName
{
background-color: #026FA3;
}
.BgClassName
{
background-color: #026FA3;
}
</style>
border-color css
<style>
span { border-color: #026FA3; }
span { border-color: rgb(2,111,163); }
td.TdClassName
{
border-color: #026FA3;
}
.TagClassName
{
border-color: #026FA3;
}
</style>