Shades of Cerulean #0266AA
Tints of Cerulean #0266AA
RGB
CMYK
RGB Variations
Color information
#0266AA (or 0x0266AA) is known color: Cerulean. HEX triplet: 02, 66 and AA. RGB value is (2,102,170). Sum of RGB (Red+Green+Blue) = 2+102+170=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #0266AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0266AA is #FD9955. Grayscale: #4F4F4F. Windows color (decimal): -16619862 or 11167234. OLE color: 11167234.
HSL color Cylindrical-coordinate representation of color #0266AA: hue angle of 204.29º 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 #0266AA is Cyan = 0.99, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 102 | 170 | - |
| CMYK | 0.99 | 0.4 | 0 | 0.33 |
| HSL | 204.29º | 0.98% | 0.34% | - |
| HSV(B) | 204.29º | 0.99% | 0.67% | - |
| XYZ | 12.03 | 12.42 | 39.79 | - |
| YUV | 79.85 | 178.87 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 170 | 0.99 | 0.4 | 0 | 0.33 | 204.29 | 0.98 | 0.34 |
| Hex | 2 | 66 | AA | 63 | 28 | 0 | 21 | CC | 62 | 22 |
| Octal | 2 | 146 | 252 | 143 | 50 | 0 | 41 | 314 | 142 | 42 |
| Binary | 10 | 1100110 | 10101010 | 1100011 | 101000 | 0 | 100001 | 11001100 | 1100010 | 100010 |
Color Harmonies of #0266AA
Complementary color
Monochromatic Colors of #0266AA
Black with #0266AA
Text Example
Text Example
White with #0266AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0266AA; }
p { color: rgb(2,102,170); }
H1.HeaderClassName
{
color: #0266AA;
}
.AnyTagClassName
{
color: #0266AA;
}
</style>
background-color css
<style>
a { background-color: #0266AA; }
a { background-color: rgb(2,102,170); }
div.DivClassName
{
background-color: #0266AA;
}
.BgClassName
{
background-color: #0266AA;
}
</style>
border-color css
<style>
span { border-color: #0266AA; }
span { border-color: rgb(2,102,170); }
td.TdClassName
{
border-color: #0266AA;
}
.TagClassName
{
border-color: #0266AA;
}
</style>