Shades of Cerulean #0266AF
Tints of Cerulean #0266AF
RGB
CMYK
RGB Variations
Color information
#0266AF (or 0x0266AF) is known color: Cerulean. HEX triplet: 02, 66 and AF. RGB value is (2,102,175). Sum of RGB (Red+Green+Blue) = 2+102+175=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #0266AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0266AF is #FD9950. Grayscale: #505050. Windows color (decimal): -16619857 or 11494914. OLE color: 11494914.
HSL color Cylindrical-coordinate representation of color #0266AF: hue angle of 205.32º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0266AF is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 102 | 175 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.31 |
| HSL | 205.32º | 0.98% | 0.35% | - |
| HSV(B) | 205.32º | 0.99% | 0.69% | - |
| XYZ | 12.51 | 12.61 | 42.33 | - |
| YUV | 80.42 | 181.37 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 175 | 0.99 | 0.42 | 0 | 0.31 | 205.32 | 0.98 | 0.35 |
| Hex | 2 | 66 | AF | 63 | 2A | 0 | 1F | CD | 62 | 23 |
| Octal | 2 | 146 | 257 | 143 | 52 | 0 | 37 | 315 | 142 | 43 |
| Binary | 10 | 1100110 | 10101111 | 1100011 | 101010 | 0 | 11111 | 11001101 | 1100010 | 100011 |
Color Harmonies of #0266AF
Complementary color
Monochromatic Colors of #0266AF
Black with #0266AF
Text Example
Text Example
White with #0266AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0266AF; }
p { color: rgb(2,102,175); }
H1.HeaderClassName
{
color: #0266AF;
}
.AnyTagClassName
{
color: #0266AF;
}
</style>
background-color css
<style>
a { background-color: #0266AF; }
a { background-color: rgb(2,102,175); }
div.DivClassName
{
background-color: #0266AF;
}
.BgClassName
{
background-color: #0266AF;
}
</style>
border-color css
<style>
span { border-color: #0266AF; }
span { border-color: rgb(2,102,175); }
td.TdClassName
{
border-color: #0266AF;
}
.TagClassName
{
border-color: #0266AF;
}
</style>