Shades of Cerulean #0173AB
Tints of Cerulean #0173AB
RGB
CMYK
RGB Variations
Color information
#0173AB (or 0x0173AB) is known color: Cerulean. HEX triplet: 01, 73 and AB. RGB value is (1,115,171). Sum of RGB (Red+Green+Blue) = 1+115+171=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #0173AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0173AB is #FE8C54. Grayscale: #565656. Windows color (decimal): -16682069 or 11236097. OLE color: 11236097.
HSL color Cylindrical-coordinate representation of color #0173AB: hue angle of 199.76º 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 #0173AB is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 115 | 171 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.33 |
| HSL | 199.76º | 0.99% | 0.34% | - |
| HSV(B) | 199.76º | 0.99% | 0.67% | - |
| XYZ | 13.49 | 15.21 | 40.75 | - |
| YUV | 87.3 | 175.23 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 171 | 0.99 | 0.33 | 0 | 0.33 | 199.76 | 0.99 | 0.34 |
| Hex | 1 | 73 | AB | 63 | 21 | 0 | 21 | C8 | 63 | 22 |
| Octal | 1 | 163 | 253 | 143 | 41 | 0 | 41 | 310 | 143 | 42 |
| Binary | 1 | 1110011 | 10101011 | 1100011 | 100001 | 0 | 100001 | 11001000 | 1100011 | 100010 |
Color Harmonies of #0173AB
Complementary color
Monochromatic Colors of #0173AB
Black with #0173AB
Text Example
Text Example
White with #0173AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0173AB; }
p { color: rgb(1,115,171); }
H1.HeaderClassName
{
color: #0173AB;
}
.AnyTagClassName
{
color: #0173AB;
}
</style>
background-color css
<style>
a { background-color: #0173AB; }
a { background-color: rgb(1,115,171); }
div.DivClassName
{
background-color: #0173AB;
}
.BgClassName
{
background-color: #0173AB;
}
</style>
border-color css
<style>
span { border-color: #0173AB; }
span { border-color: rgb(1,115,171); }
td.TdClassName
{
border-color: #0173AB;
}
.TagClassName
{
border-color: #0173AB;
}
</style>