Shades of Cerulean #0178AB
Tints of Cerulean #0178AB
RGB
CMYK
RGB Variations
Color information
#0178AB (or 0x0178AB) is known color: Cerulean. HEX triplet: 01, 78 and AB. RGB value is (1,120,171). Sum of RGB (Red+Green+Blue) = 1+120+171=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #0178AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0178AB is #FE8754. Grayscale: #595959. Windows color (decimal): -16680789 or 11237377. OLE color: 11237377.
HSL color Cylindrical-coordinate representation of color #0178AB: hue angle of 198º 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 #0178AB is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 120 | 171 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.33 |
| HSL | 198º | 0.99% | 0.34% | - |
| HSV(B) | 198º | 0.99% | 0.67% | - |
| XYZ | 14.08 | 16.38 | 40.95 | - |
| YUV | 90.23 | 173.58 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 120 | 171 | 0.99 | 0.30 | 0 | 0.33 | 198 | 0.99 | 0.34 |
| Hex | 1 | 78 | AB | 63 | 1E | 0 | 21 | C6 | 63 | 22 |
| Octal | 1 | 170 | 253 | 143 | 36 | 0 | 41 | 306 | 143 | 42 |
| Binary | 1 | 1111000 | 10101011 | 1100011 | 11110 | 0 | 100001 | 11000110 | 1100011 | 100010 |
Color Harmonies of #0178AB
Complementary color
Monochromatic Colors of #0178AB
Black with #0178AB
Text Example
Text Example
White with #0178AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0178AB; }
p { color: rgb(1,120,171); }
H1.HeaderClassName
{
color: #0178AB;
}
.AnyTagClassName
{
color: #0178AB;
}
</style>
background-color css
<style>
a { background-color: #0178AB; }
a { background-color: rgb(1,120,171); }
div.DivClassName
{
background-color: #0178AB;
}
.BgClassName
{
background-color: #0178AB;
}
</style>
border-color css
<style>
span { border-color: #0178AB; }
span { border-color: rgb(1,120,171); }
td.TdClassName
{
border-color: #0178AB;
}
.TagClassName
{
border-color: #0178AB;
}
</style>