Shades of Cerulean #0268AB
Tints of Cerulean #0268AB
RGB
CMYK
RGB Variations
Color information
#0268AB (or 0x0268AB) is known color: Cerulean. HEX triplet: 02, 68 and AB. RGB value is (2,104,171). Sum of RGB (Red+Green+Blue) = 2+104+171=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #0268AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0268AB is #FD9754. Grayscale: #505050. Windows color (decimal): -16619349 or 11233282. OLE color: 11233282.
HSL color Cylindrical-coordinate representation of color #0268AB: hue angle of 203.79º 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 #0268AB is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 104 | 171 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.33 |
| HSL | 203.79º | 0.98% | 0.34% | - |
| HSV(B) | 203.79º | 0.99% | 0.67% | - |
| XYZ | 12.33 | 12.85 | 40.36 | - |
| YUV | 81.14 | 178.71 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 171 | 0.99 | 0.39 | 0 | 0.33 | 203.79 | 0.98 | 0.34 |
| Hex | 2 | 68 | AB | 63 | 27 | 0 | 21 | CC | 62 | 22 |
| Octal | 2 | 150 | 253 | 143 | 47 | 0 | 41 | 314 | 142 | 42 |
| Binary | 10 | 1101000 | 10101011 | 1100011 | 100111 | 0 | 100001 | 11001100 | 1100010 | 100010 |
Color Harmonies of #0268AB
Complementary color
Monochromatic Colors of #0268AB
Black with #0268AB
Text Example
Text Example
White with #0268AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0268AB; }
p { color: rgb(2,104,171); }
H1.HeaderClassName
{
color: #0268AB;
}
.AnyTagClassName
{
color: #0268AB;
}
</style>
background-color css
<style>
a { background-color: #0268AB; }
a { background-color: rgb(2,104,171); }
div.DivClassName
{
background-color: #0268AB;
}
.BgClassName
{
background-color: #0268AB;
}
</style>
border-color css
<style>
span { border-color: #0268AB; }
span { border-color: rgb(2,104,171); }
td.TdClassName
{
border-color: #0268AB;
}
.TagClassName
{
border-color: #0268AB;
}
</style>