Shades of Cerulean #0176AB
Tints of Cerulean #0176AB
RGB
CMYK
RGB Variations
Color information
#0176AB (or 0x0176AB) is known color: Cerulean. HEX triplet: 01, 76 and AB. RGB value is (1,118,171). Sum of RGB (Red+Green+Blue) = 1+118+171=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #0176AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0176AB is #FE8954. Grayscale: #585858. Windows color (decimal): -16681301 or 11236865. OLE color: 11236865.
HSL color Cylindrical-coordinate representation of color #0176AB: hue angle of 198.71º degrees, saturation: 0.99, 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 #0176AB is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 118 | 171 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.33 |
| HSL | 198.71º | 0.99% | 0.34% | - |
| HSV(B) | 198.71º | 0.99% | 0.67% | - |
| XYZ | 13.84 | 15.9 | 40.87 | - |
| YUV | 89.06 | 174.24 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 171 | 0.99 | 0.31 | 0 | 0.33 | 198.71 | 0.99 | 0.34 |
| Hex | 1 | 76 | AB | 63 | 1F | 0 | 21 | C7 | 63 | 22 |
| Octal | 1 | 166 | 253 | 143 | 37 | 0 | 41 | 307 | 143 | 42 |
| Binary | 1 | 1110110 | 10101011 | 1100011 | 11111 | 0 | 100001 | 11000111 | 1100011 | 100010 |
Color Harmonies of #0176AB
Complementary color
Monochromatic Colors of #0176AB
Black with #0176AB
Text Example
Text Example
White with #0176AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0176AB; }
p { color: rgb(1,118,171); }
H1.HeaderClassName
{
color: #0176AB;
}
.AnyTagClassName
{
color: #0176AB;
}
</style>
background-color css
<style>
a { background-color: #0176AB; }
a { background-color: rgb(1,118,171); }
div.DivClassName
{
background-color: #0176AB;
}
.BgClassName
{
background-color: #0176AB;
}
</style>
border-color css
<style>
span { border-color: #0176AB; }
span { border-color: rgb(1,118,171); }
td.TdClassName
{
border-color: #0176AB;
}
.TagClassName
{
border-color: #0176AB;
}
</style>