Shades of Cerulean #1179AC
Tints of Cerulean #1179AC
RGB
CMYK
RGB Variations
Color information
#1179AC (or 0x1179AC) is known color: Cerulean. HEX triplet: 11, 79 and AC. RGB value is (17,121,172). Sum of RGB (Red+Green+Blue) = 17+121+172=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #1179AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1179AC is #EE8653. Grayscale: #5F5F5F. Windows color (decimal): -15631956 or 11303185. OLE color: 11303185.
HSL color Cylindrical-coordinate representation of color #1179AC: hue angle of 199.74º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1179AC is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 121 | 172 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.33 |
| HSL | 199.74º | 0.82% | 0.37% | - |
| HSV(B) | 199.74º | 0.9% | 0.67% | - |
| XYZ | 14.51 | 16.77 | 41.5 | - |
| YUV | 95.72 | 171.04 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 121 | 172 | 0.90 | 0.30 | 0 | 0.33 | 199.74 | 0.82 | 0.37 |
| Hex | 11 | 79 | AC | 5A | 1E | 0 | 21 | C8 | 52 | 25 |
| Octal | 21 | 171 | 254 | 132 | 36 | 0 | 41 | 310 | 122 | 45 |
| Binary | 10001 | 1111001 | 10101100 | 1011010 | 11110 | 0 | 100001 | 11001000 | 1010010 | 100101 |
Color Harmonies of #1179AC
Complementary color
Monochromatic Colors of #1179AC
Black with #1179AC
Text Example
Text Example
White with #1179AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1179AC; }
p { color: rgb(17,121,172); }
H1.HeaderClassName
{
color: #1179AC;
}
.AnyTagClassName
{
color: #1179AC;
}
</style>
background-color css
<style>
a { background-color: #1179AC; }
a { background-color: rgb(17,121,172); }
div.DivClassName
{
background-color: #1179AC;
}
.BgClassName
{
background-color: #1179AC;
}
</style>
border-color css
<style>
span { border-color: #1179AC; }
span { border-color: rgb(17,121,172); }
td.TdClassName
{
border-color: #1179AC;
}
.TagClassName
{
border-color: #1179AC;
}
</style>