Shades of Cerulean #0179AE
Tints of Cerulean #0179AE
RGB
CMYK
RGB Variations
Color information
#0179AE (or 0x0179AE) is known color: Cerulean. HEX triplet: 01, 79 and AE. RGB value is (1,121,174). Sum of RGB (Red+Green+Blue) = 1+121+174=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #0179AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0179AE is #FE8651. Grayscale: #5A5A5A. Windows color (decimal): -16680530 or 11434241. OLE color: 11434241.
HSL color Cylindrical-coordinate representation of color #0179AE: hue angle of 198.38º 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 #0179AE is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 121 | 174 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.32 |
| HSL | 198.38º | 0.99% | 0.34% | - |
| HSV(B) | 198.38º | 0.99% | 0.68% | - |
| XYZ | 14.49 | 16.74 | 42.51 | - |
| YUV | 91.16 | 174.74 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 121 | 174 | 0.99 | 0.30 | 0 | 0.32 | 198.38 | 0.99 | 0.34 |
| Hex | 1 | 79 | AE | 63 | 1E | 0 | 20 | C6 | 63 | 22 |
| Octal | 1 | 171 | 256 | 143 | 36 | 0 | 40 | 306 | 143 | 42 |
| Binary | 1 | 1111001 | 10101110 | 1100011 | 11110 | 0 | 100000 | 11000110 | 1100011 | 100010 |
Color Harmonies of #0179AE
Complementary color
Monochromatic Colors of #0179AE
Black with #0179AE
Text Example
Text Example
White with #0179AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0179AE; }
p { color: rgb(1,121,174); }
H1.HeaderClassName
{
color: #0179AE;
}
.AnyTagClassName
{
color: #0179AE;
}
</style>
background-color css
<style>
a { background-color: #0179AE; }
a { background-color: rgb(1,121,174); }
div.DivClassName
{
background-color: #0179AE;
}
.BgClassName
{
background-color: #0179AE;
}
</style>
border-color css
<style>
span { border-color: #0179AE; }
span { border-color: rgb(1,121,174); }
td.TdClassName
{
border-color: #0179AE;
}
.TagClassName
{
border-color: #0179AE;
}
</style>