Shades of Cerulean #0266A9
Tints of Cerulean #0266A9
RGB
CMYK
RGB Variations
Color information
#0266A9 (or 0x0266A9) is known color: Cerulean. HEX triplet: 02, 66 and A9. RGB value is (2,102,169). Sum of RGB (Red+Green+Blue) = 2+102+169=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 169 (66.41% from 255 or 61.90% from 273); Max value from RGB is 169 - color contains mainly: blue. Hex color #0266A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0266A9 is #FD9956. Grayscale: #4F4F4F. Windows color (decimal): -16619863 or 11101698. OLE color: 11101698.
HSL color Cylindrical-coordinate representation of color #0266A9: hue angle of 204.07º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0266A9 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 102 | 169 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.34 |
| HSL | 204.07º | 0.98% | 0.34% | - |
| HSV(B) | 204.07º | 0.99% | 0.66% | - |
| XYZ | 11.94 | 12.38 | 39.3 | - |
| YUV | 79.74 | 178.37 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 169 | 0.99 | 0.40 | 0 | 0.34 | 204.07 | 0.98 | 0.34 |
| Hex | 2 | 66 | A9 | 63 | 28 | 0 | 22 | CC | 62 | 22 |
| Octal | 2 | 146 | 251 | 143 | 50 | 0 | 42 | 314 | 142 | 42 |
| Binary | 10 | 1100110 | 10101001 | 1100011 | 101000 | 0 | 100010 | 11001100 | 1100010 | 100010 |
Color Harmonies of #0266A9
Complementary color
Monochromatic Colors of #0266A9
Black with #0266A9
Text Example
Text Example
White with #0266A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0266A9; }
p { color: rgb(2,102,169); }
H1.HeaderClassName
{
color: #0266A9;
}
.AnyTagClassName
{
color: #0266A9;
}
</style>
background-color css
<style>
a { background-color: #0266A9; }
a { background-color: rgb(2,102,169); }
div.DivClassName
{
background-color: #0266A9;
}
.BgClassName
{
background-color: #0266A9;
}
</style>
border-color css
<style>
span { border-color: #0266A9; }
span { border-color: rgb(2,102,169); }
td.TdClassName
{
border-color: #0266A9;
}
.TagClassName
{
border-color: #0266A9;
}
</style>