Shades of Cerulean #0173AC
Tints of Cerulean #0173AC
RGB
CMYK
RGB Variations
Color information
#0173AC (or 0x0173AC) is known color: Cerulean. HEX triplet: 01, 73 and AC. RGB value is (1,115,172). Sum of RGB (Red+Green+Blue) = 1+115+172=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #0173AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0173AC is #FE8C53. Grayscale: #575757. Windows color (decimal): -16682068 or 11301633. OLE color: 11301633.
HSL color Cylindrical-coordinate representation of color #0173AC: hue angle of 200º 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 #0173AC is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 115 | 172 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.33 |
| HSL | 200º | 0.99% | 0.34% | - |
| HSV(B) | 200º | 0.99% | 0.67% | - |
| XYZ | 13.59 | 15.25 | 41.26 | - |
| YUV | 87.41 | 175.73 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 172 | 0.99 | 0.33 | 0 | 0.33 | 200 | 0.99 | 0.34 |
| Hex | 1 | 73 | AC | 63 | 21 | 0 | 21 | C8 | 63 | 22 |
| Octal | 1 | 163 | 254 | 143 | 41 | 0 | 41 | 310 | 143 | 42 |
| Binary | 1 | 1110011 | 10101100 | 1100011 | 100001 | 0 | 100001 | 11001000 | 1100011 | 100010 |
Color Harmonies of #0173AC
Complementary color
Monochromatic Colors of #0173AC
Black with #0173AC
Text Example
Text Example
White with #0173AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0173AC; }
p { color: rgb(1,115,172); }
H1.HeaderClassName
{
color: #0173AC;
}
.AnyTagClassName
{
color: #0173AC;
}
</style>
background-color css
<style>
a { background-color: #0173AC; }
a { background-color: rgb(1,115,172); }
div.DivClassName
{
background-color: #0173AC;
}
.BgClassName
{
background-color: #0173AC;
}
</style>
border-color css
<style>
span { border-color: #0173AC; }
span { border-color: rgb(1,115,172); }
td.TdClassName
{
border-color: #0173AC;
}
.TagClassName
{
border-color: #0173AC;
}
</style>