Shades of Cerulean #0177AD
Tints of Cerulean #0177AD
RGB
CMYK
RGB Variations
Color information
#0177AD (or 0x0177AD) is known color: Cerulean. HEX triplet: 01, 77 and AD. RGB value is (1,119,173). Sum of RGB (Red+Green+Blue) = 1+119+173=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #0177AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0177AD is #FE8852. Grayscale: #595959. Windows color (decimal): -16681043 or 11368193. OLE color: 11368193.
HSL color Cylindrical-coordinate representation of color #0177AD: hue angle of 198.84º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0177AD is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 119 | 173 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.32 |
| HSL | 198.84º | 0.99% | 0.34% | - |
| HSV(B) | 198.84º | 0.99% | 0.68% | - |
| XYZ | 14.15 | 16.22 | 41.92 | - |
| YUV | 89.87 | 174.91 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 173 | 0.99 | 0.31 | 0 | 0.32 | 198.84 | 0.99 | 0.34 |
| Hex | 1 | 77 | AD | 63 | 1F | 0 | 20 | C7 | 63 | 22 |
| Octal | 1 | 167 | 255 | 143 | 37 | 0 | 40 | 307 | 143 | 42 |
| Binary | 1 | 1110111 | 10101101 | 1100011 | 11111 | 0 | 100000 | 11000111 | 1100011 | 100010 |
Color Harmonies of #0177AD
Complementary color
Monochromatic Colors of #0177AD
Black with #0177AD
Text Example
Text Example
White with #0177AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0177AD; }
p { color: rgb(1,119,173); }
H1.HeaderClassName
{
color: #0177AD;
}
.AnyTagClassName
{
color: #0177AD;
}
</style>
background-color css
<style>
a { background-color: #0177AD; }
a { background-color: rgb(1,119,173); }
div.DivClassName
{
background-color: #0177AD;
}
.BgClassName
{
background-color: #0177AD;
}
</style>
border-color css
<style>
span { border-color: #0177AD; }
span { border-color: rgb(1,119,173); }
td.TdClassName
{
border-color: #0177AD;
}
.TagClassName
{
border-color: #0177AD;
}
</style>