Shades of Cerulean #0177BD
Tints of Cerulean #0177BD
RGB
CMYK
RGB Variations
Color information
#0177BD (or 0x0177BD) is known color: Cerulean. HEX triplet: 01, 77 and BD. RGB value is (1,119,189). Sum of RGB (Red+Green+Blue) = 1+119+189=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #0177BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0177BD is #FE8842. Grayscale: #5B5B5B. Windows color (decimal): -16681027 or 12416769. OLE color: 12416769.
HSL color Cylindrical-coordinate representation of color #0177BD: hue angle of 202.34º 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 #0177BD is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 119 | 189 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.26 |
| HSL | 202.34º | 0.99% | 0.37% | - |
| HSV(B) | 202.34º | 0.99% | 0.74% | - |
| XYZ | 15.79 | 16.87 | 50.57 | - |
| YUV | 91.7 | 182.91 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 189 | 0.99 | 0.37 | 0 | 0.26 | 202.34 | 0.99 | 0.37 |
| Hex | 1 | 77 | BD | 63 | 25 | 0 | 1A | CA | 63 | 25 |
| Octal | 1 | 167 | 275 | 143 | 45 | 0 | 32 | 312 | 143 | 45 |
| Binary | 1 | 1110111 | 10111101 | 1100011 | 100101 | 0 | 11010 | 11001010 | 1100011 | 100101 |
Color Harmonies of #0177BD
Complementary color
Monochromatic Colors of #0177BD
Black with #0177BD
Text Example
Text Example
White with #0177BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0177BD; }
p { color: rgb(1,119,189); }
H1.HeaderClassName
{
color: #0177BD;
}
.AnyTagClassName
{
color: #0177BD;
}
</style>
background-color css
<style>
a { background-color: #0177BD; }
a { background-color: rgb(1,119,189); }
div.DivClassName
{
background-color: #0177BD;
}
.BgClassName
{
background-color: #0177BD;
}
</style>
border-color css
<style>
span { border-color: #0177BD; }
span { border-color: rgb(1,119,189); }
td.TdClassName
{
border-color: #0177BD;
}
.TagClassName
{
border-color: #0177BD;
}
</style>