Shades of Cerulean #0178BA
Tints of Cerulean #0178BA
RGB
CMYK
RGB Variations
Color information
#0178BA (or 0x0178BA) is known color: Cerulean. HEX triplet: 01, 78 and BA. RGB value is (1,120,186). Sum of RGB (Red+Green+Blue) = 1+120+186=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #0178BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0178BA is #FE8745. Grayscale: #5B5B5B. Windows color (decimal): -16680774 or 12220417. OLE color: 12220417.
HSL color Cylindrical-coordinate representation of color #0178BA: hue angle of 201.41º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0178BA is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 120 | 186 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.27 |
| HSL | 201.41º | 0.99% | 0.37% | - |
| HSV(B) | 201.41º | 0.99% | 0.73% | - |
| XYZ | 15.59 | 16.98 | 48.91 | - |
| YUV | 91.94 | 181.08 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 120 | 186 | 0.99 | 0.35 | 0 | 0.27 | 201.41 | 0.99 | 0.37 |
| Hex | 1 | 78 | BA | 63 | 23 | 0 | 1B | C9 | 63 | 25 |
| Octal | 1 | 170 | 272 | 143 | 43 | 0 | 33 | 311 | 143 | 45 |
| Binary | 1 | 1111000 | 10111010 | 1100011 | 100011 | 0 | 11011 | 11001001 | 1100011 | 100101 |
Color Harmonies of #0178BA
Complementary color
Monochromatic Colors of #0178BA
Black with #0178BA
Text Example
Text Example
White with #0178BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0178BA; }
p { color: rgb(1,120,186); }
H1.HeaderClassName
{
color: #0178BA;
}
.AnyTagClassName
{
color: #0178BA;
}
</style>
background-color css
<style>
a { background-color: #0178BA; }
a { background-color: rgb(1,120,186); }
div.DivClassName
{
background-color: #0178BA;
}
.BgClassName
{
background-color: #0178BA;
}
</style>
border-color css
<style>
span { border-color: #0178BA; }
span { border-color: rgb(1,120,186); }
td.TdClassName
{
border-color: #0178BA;
}
.TagClassName
{
border-color: #0178BA;
}
</style>