Shades of Cerulean #0179A1
Tints of Cerulean #0179A1
RGB
CMYK
RGB Variations
Color information
#0179A1 (or 0x0179A1) is known color: Cerulean. HEX triplet: 01, 79 and A1. RGB value is (1,121,161). Sum of RGB (Red+Green+Blue) = 1+121+161=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 161 (63.28% from 255 or 56.89% from 283); Max value from RGB is 161 - color contains mainly: blue. Hex color #0179A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0179A1 is #FE865E. Grayscale: #595959. Windows color (decimal): -16680543 or 10582273. OLE color: 10582273.
HSL color Cylindrical-coordinate representation of color #0179A1: hue angle of 195º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0179A1 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 121 | 161 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.37 |
| HSL | 195º | 0.99% | 0.32% | - |
| HSV(B) | 195º | 0.99% | 0.63% | - |
| XYZ | 13.28 | 16.25 | 36.16 | - |
| YUV | 89.68 | 168.24 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 121 | 161 | 0.99 | 0.25 | 0 | 0.37 | 195 | 0.99 | 0.32 |
| Hex | 1 | 79 | A1 | 63 | 19 | 0 | 25 | C3 | 63 | 20 |
| Octal | 1 | 171 | 241 | 143 | 31 | 0 | 45 | 303 | 143 | 40 |
| Binary | 1 | 1111001 | 10100001 | 1100011 | 11001 | 0 | 100101 | 11000011 | 1100011 | 100000 |
Color Harmonies of #0179A1
Complementary color
Monochromatic Colors of #0179A1
Black with #0179A1
Text Example
Text Example
White with #0179A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0179A1; }
p { color: rgb(1,121,161); }
H1.HeaderClassName
{
color: #0179A1;
}
.AnyTagClassName
{
color: #0179A1;
}
</style>
background-color css
<style>
a { background-color: #0179A1; }
a { background-color: rgb(1,121,161); }
div.DivClassName
{
background-color: #0179A1;
}
.BgClassName
{
background-color: #0179A1;
}
</style>
border-color css
<style>
span { border-color: #0179A1; }
span { border-color: rgb(1,121,161); }
td.TdClassName
{
border-color: #0179A1;
}
.TagClassName
{
border-color: #0179A1;
}
</style>