Shades of Cerulean #1079AC
Tints of Cerulean #1079AC
RGB
CMYK
RGB Variations
Color information
#1079AC (or 0x1079AC) is known color: Cerulean. HEX triplet: 10, 79 and AC. RGB value is (16,121,172). Sum of RGB (Red+Green+Blue) = 16+121+172=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #1079AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1079AC is #EF8653. Grayscale: #5F5F5F. Windows color (decimal): -15697492 or 11303184. OLE color: 11303184.
HSL color Cylindrical-coordinate representation of color #1079AC: hue angle of 199.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1079AC is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 121 | 172 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.33 |
| HSL | 199.62º | 0.83% | 0.37% | - |
| HSV(B) | 199.62º | 0.91% | 0.67% | - |
| XYZ | 14.5 | 16.76 | 41.5 | - |
| YUV | 95.42 | 171.21 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 121 | 172 | 0.91 | 0.30 | 0 | 0.33 | 199.62 | 0.83 | 0.37 |
| Hex | 10 | 79 | AC | 5B | 1E | 0 | 21 | C8 | 53 | 25 |
| Octal | 20 | 171 | 254 | 133 | 36 | 0 | 41 | 310 | 123 | 45 |
| Binary | 10000 | 1111001 | 10101100 | 1011011 | 11110 | 0 | 100001 | 11001000 | 1010011 | 100101 |
Color Harmonies of #1079AC
Complementary color
Monochromatic Colors of #1079AC
Black with #1079AC
Text Example
Text Example
White with #1079AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1079AC; }
p { color: rgb(16,121,172); }
H1.HeaderClassName
{
color: #1079AC;
}
.AnyTagClassName
{
color: #1079AC;
}
</style>
background-color css
<style>
a { background-color: #1079AC; }
a { background-color: rgb(16,121,172); }
div.DivClassName
{
background-color: #1079AC;
}
.BgClassName
{
background-color: #1079AC;
}
</style>
border-color css
<style>
span { border-color: #1079AC; }
span { border-color: rgb(16,121,172); }
td.TdClassName
{
border-color: #1079AC;
}
.TagClassName
{
border-color: #1079AC;
}
</style>