Shades of Cerulean #10779E
Tints of Cerulean #10779E
RGB
CMYK
RGB Variations
Color information
#10779E (or 0x10779E) is known color: Cerulean. HEX triplet: 10, 77 and 9E. RGB value is (16,119,158). Sum of RGB (Red+Green+Blue) = 16+119+158=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #10779E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10779E is #EF8861. Grayscale: #5C5C5C. Windows color (decimal): -15698018 or 10385168. OLE color: 10385168.
HSL color Cylindrical-coordinate representation of color #10779E: hue angle of 196.48º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10779E is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 119 | 158 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.38 |
| HSL | 196.48º | 0.82% | 0.34% | - |
| HSV(B) | 196.48º | 0.9% | 0.62% | - |
| XYZ | 12.98 | 15.77 | 34.71 | - |
| YUV | 92.65 | 164.88 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 158 | 0.90 | 0.25 | 0 | 0.38 | 196.48 | 0.82 | 0.34 |
| Hex | 10 | 77 | 9E | 5A | 19 | 0 | 26 | C4 | 52 | 22 |
| Octal | 20 | 167 | 236 | 132 | 31 | 0 | 46 | 304 | 122 | 42 |
| Binary | 10000 | 1110111 | 10011110 | 1011010 | 11001 | 0 | 100110 | 11000100 | 1010010 | 100010 |
Color Harmonies of #10779E
Complementary color
Monochromatic Colors of #10779E
Black with #10779E
Text Example
Text Example
White with #10779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10779E; }
p { color: rgb(16,119,158); }
H1.HeaderClassName
{
color: #10779E;
}
.AnyTagClassName
{
color: #10779E;
}
</style>
background-color css
<style>
a { background-color: #10779E; }
a { background-color: rgb(16,119,158); }
div.DivClassName
{
background-color: #10779E;
}
.BgClassName
{
background-color: #10779E;
}
</style>
border-color css
<style>
span { border-color: #10779E; }
span { border-color: rgb(16,119,158); }
td.TdClassName
{
border-color: #10779E;
}
.TagClassName
{
border-color: #10779E;
}
</style>