Shades of Cerulean #0263AB
Tints of Cerulean #0263AB
RGB
CMYK
RGB Variations
Color information
#0263AB (or 0x0263AB) is known color: Cerulean. HEX triplet: 02, 63 and AB. RGB value is (2,99,171). Sum of RGB (Red+Green+Blue) = 2+99+171=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #0263AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0263AB is #FD9C54. Grayscale: #4D4D4D. Windows color (decimal): -16620629 or 11232002. OLE color: 11232002.
HSL color Cylindrical-coordinate representation of color #0263AB: hue angle of 205.56º 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 #0263AB is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 99 | 171 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.33 |
| HSL | 205.56º | 0.98% | 0.34% | - |
| HSV(B) | 205.56º | 0.99% | 0.67% | - |
| XYZ | 11.84 | 11.88 | 40.2 | - |
| YUV | 78.21 | 180.36 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 99 | 171 | 0.99 | 0.42 | 0 | 0.33 | 205.56 | 0.98 | 0.34 |
| Hex | 2 | 63 | AB | 63 | 2A | 0 | 21 | CE | 62 | 22 |
| Octal | 2 | 143 | 253 | 143 | 52 | 0 | 41 | 316 | 142 | 42 |
| Binary | 10 | 1100011 | 10101011 | 1100011 | 101010 | 0 | 100001 | 11001110 | 1100010 | 100010 |
Color Harmonies of #0263AB
Complementary color
Monochromatic Colors of #0263AB
Black with #0263AB
Text Example
Text Example
White with #0263AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0263AB; }
p { color: rgb(2,99,171); }
H1.HeaderClassName
{
color: #0263AB;
}
.AnyTagClassName
{
color: #0263AB;
}
</style>
background-color css
<style>
a { background-color: #0263AB; }
a { background-color: rgb(2,99,171); }
div.DivClassName
{
background-color: #0263AB;
}
.BgClassName
{
background-color: #0263AB;
}
</style>
border-color css
<style>
span { border-color: #0263AB; }
span { border-color: rgb(2,99,171); }
td.TdClassName
{
border-color: #0263AB;
}
.TagClassName
{
border-color: #0263AB;
}
</style>