Shades of Cerulean #0266AE
Tints of Cerulean #0266AE
RGB
CMYK
RGB Variations
Color information
#0266AE (or 0x0266AE) is known color: Cerulean. HEX triplet: 02, 66 and AE. RGB value is (2,102,174). Sum of RGB (Red+Green+Blue) = 2+102+174=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #0266AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0266AE is #FD9951. Grayscale: #4F4F4F. Windows color (decimal): -16619858 or 11429378. OLE color: 11429378.
HSL color Cylindrical-coordinate representation of color #0266AE: hue angle of 205.12º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0266AE is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 102 | 174 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.32 |
| HSL | 205.12º | 0.98% | 0.35% | - |
| HSV(B) | 205.12º | 0.99% | 0.68% | - |
| XYZ | 12.42 | 12.57 | 41.82 | - |
| YUV | 80.31 | 180.87 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 174 | 0.99 | 0.41 | 0 | 0.32 | 205.12 | 0.98 | 0.35 |
| Hex | 2 | 66 | AE | 63 | 29 | 0 | 20 | CD | 62 | 23 |
| Octal | 2 | 146 | 256 | 143 | 51 | 0 | 40 | 315 | 142 | 43 |
| Binary | 10 | 1100110 | 10101110 | 1100011 | 101001 | 0 | 100000 | 11001101 | 1100010 | 100011 |
Color Harmonies of #0266AE
Complementary color
Monochromatic Colors of #0266AE
Black with #0266AE
Text Example
Text Example
White with #0266AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0266AE; }
p { color: rgb(2,102,174); }
H1.HeaderClassName
{
color: #0266AE;
}
.AnyTagClassName
{
color: #0266AE;
}
</style>
background-color css
<style>
a { background-color: #0266AE; }
a { background-color: rgb(2,102,174); }
div.DivClassName
{
background-color: #0266AE;
}
.BgClassName
{
background-color: #0266AE;
}
</style>
border-color css
<style>
span { border-color: #0266AE; }
span { border-color: rgb(2,102,174); }
td.TdClassName
{
border-color: #0266AE;
}
.TagClassName
{
border-color: #0266AE;
}
</style>