Shades of Cerulean #0178A0
Tints of Cerulean #0178A0
RGB
CMYK
RGB Variations
Color information
#0178A0 (or 0x0178A0) is known color: Cerulean. HEX triplet: 01, 78 and A0. RGB value is (1,120,160). Sum of RGB (Red+Green+Blue) = 1+120+160=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 160 (62.89% from 255 or 56.94% from 281); Max value from RGB is 160 - color contains mainly: blue. Hex color #0178A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0178A0 is #FE875F. Grayscale: #585858. Windows color (decimal): -16680800 or 10516481. OLE color: 10516481.
HSL color Cylindrical-coordinate representation of color #0178A0: hue angle of 195.09º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0178A0 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 120 | 160 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.37 |
| HSL | 195.09º | 0.99% | 0.32% | - |
| HSV(B) | 195.09º | 0.99% | 0.63% | - |
| XYZ | 13.07 | 15.98 | 35.65 | - |
| YUV | 88.98 | 168.08 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 120 | 160 | 0.99 | 0.25 | 0 | 0.37 | 195.09 | 0.99 | 0.32 |
| Hex | 1 | 78 | A0 | 63 | 19 | 0 | 25 | C3 | 63 | 20 |
| Octal | 1 | 170 | 240 | 143 | 31 | 0 | 45 | 303 | 143 | 40 |
| Binary | 1 | 1111000 | 10100000 | 1100011 | 11001 | 0 | 100101 | 11000011 | 1100011 | 100000 |
Color Harmonies of #0178A0
Complementary color
Monochromatic Colors of #0178A0
Black with #0178A0
Text Example
Text Example
White with #0178A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0178A0; }
p { color: rgb(1,120,160); }
H1.HeaderClassName
{
color: #0178A0;
}
.AnyTagClassName
{
color: #0178A0;
}
</style>
background-color css
<style>
a { background-color: #0178A0; }
a { background-color: rgb(1,120,160); }
div.DivClassName
{
background-color: #0178A0;
}
.BgClassName
{
background-color: #0178A0;
}
</style>
border-color css
<style>
span { border-color: #0178A0; }
span { border-color: rgb(1,120,160); }
td.TdClassName
{
border-color: #0178A0;
}
.TagClassName
{
border-color: #0178A0;
}
</style>