Shades of Cerulean #0178BD
Tints of Cerulean #0178BD
RGB
CMYK
RGB Variations
Color information
#0178BD (or 0x0178BD) is known color: Cerulean. HEX triplet: 01, 78 and BD. RGB value is (1,120,189). Sum of RGB (Red+Green+Blue) = 1+120+189=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #0178BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0178BD is #FE8742. Grayscale: #5B5B5B. Windows color (decimal): -16680771 or 12417025. OLE color: 12417025.
HSL color Cylindrical-coordinate representation of color #0178BD: hue angle of 202.02º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0178BD is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 120 | 189 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.26 |
| HSL | 202.02º | 0.99% | 0.37% | - |
| HSV(B) | 202.02º | 0.99% | 0.74% | - |
| XYZ | 15.91 | 17.11 | 50.61 | - |
| YUV | 92.29 | 182.58 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 120 | 189 | 0.99 | 0.37 | 0 | 0.26 | 202.02 | 0.99 | 0.37 |
| Hex | 1 | 78 | BD | 63 | 25 | 0 | 1A | CA | 63 | 25 |
| Octal | 1 | 170 | 275 | 143 | 45 | 0 | 32 | 312 | 143 | 45 |
| Binary | 1 | 1111000 | 10111101 | 1100011 | 100101 | 0 | 11010 | 11001010 | 1100011 | 100101 |
Color Harmonies of #0178BD
Complementary color
Monochromatic Colors of #0178BD
Black with #0178BD
Text Example
Text Example
White with #0178BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0178BD; }
p { color: rgb(1,120,189); }
H1.HeaderClassName
{
color: #0178BD;
}
.AnyTagClassName
{
color: #0178BD;
}
</style>
background-color css
<style>
a { background-color: #0178BD; }
a { background-color: rgb(1,120,189); }
div.DivClassName
{
background-color: #0178BD;
}
.BgClassName
{
background-color: #0178BD;
}
</style>
border-color css
<style>
span { border-color: #0178BD; }
span { border-color: rgb(1,120,189); }
td.TdClassName
{
border-color: #0178BD;
}
.TagClassName
{
border-color: #0178BD;
}
</style>