Shades of Cerulean #0179AA
Tints of Cerulean #0179AA
RGB
CMYK
RGB Variations
Color information
#0179AA (or 0x0179AA) is known color: Cerulean. HEX triplet: 01, 79 and AA. RGB value is (1,121,170). Sum of RGB (Red+Green+Blue) = 1+121+170=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #0179AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0179AA is #FE8655. Grayscale: #5A5A5A. Windows color (decimal): -16680534 or 11172097. OLE color: 11172097.
HSL color Cylindrical-coordinate representation of color #0179AA: hue angle of 197.4º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0179AA is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 121 | 170 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.33 |
| HSL | 197.4º | 0.99% | 0.34% | - |
| HSV(B) | 197.4º | 0.99% | 0.67% | - |
| XYZ | 14.11 | 16.58 | 40.49 | - |
| YUV | 90.71 | 172.74 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 121 | 170 | 0.99 | 0.29 | 0 | 0.33 | 197.4 | 0.99 | 0.34 |
| Hex | 1 | 79 | AA | 63 | 1D | 0 | 21 | C5 | 63 | 22 |
| Octal | 1 | 171 | 252 | 143 | 35 | 0 | 41 | 305 | 143 | 42 |
| Binary | 1 | 1111001 | 10101010 | 1100011 | 11101 | 0 | 100001 | 11000101 | 1100011 | 100010 |
Color Harmonies of #0179AA
Complementary color
Monochromatic Colors of #0179AA
Black with #0179AA
Text Example
Text Example
White with #0179AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0179AA; }
p { color: rgb(1,121,170); }
H1.HeaderClassName
{
color: #0179AA;
}
.AnyTagClassName
{
color: #0179AA;
}
</style>
background-color css
<style>
a { background-color: #0179AA; }
a { background-color: rgb(1,121,170); }
div.DivClassName
{
background-color: #0179AA;
}
.BgClassName
{
background-color: #0179AA;
}
</style>
border-color css
<style>
span { border-color: #0179AA; }
span { border-color: rgb(1,121,170); }
td.TdClassName
{
border-color: #0179AA;
}
.TagClassName
{
border-color: #0179AA;
}
</style>