Shades of Cerulean #10779B
Tints of Cerulean #10779B
RGB
CMYK
RGB Variations
Color information
#10779B (or 0x10779B) is known color: Cerulean. HEX triplet: 10, 77 and 9B. RGB value is (16,119,155). Sum of RGB (Red+Green+Blue) = 16+119+155=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #10779B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10779B is #EF8864. Grayscale: #5C5C5C. Windows color (decimal): -15698021 or 10188560. OLE color: 10188560.
HSL color Cylindrical-coordinate representation of color #10779B: hue angle of 195.54º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10779B is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 119 | 155 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.39 |
| HSL | 195.54º | 0.81% | 0.34% | - |
| HSV(B) | 195.54º | 0.9% | 0.61% | - |
| XYZ | 12.73 | 15.67 | 33.36 | - |
| YUV | 92.31 | 163.38 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 155 | 0.90 | 0.23 | 0 | 0.39 | 195.54 | 0.81 | 0.34 |
| Hex | 10 | 77 | 9B | 5A | 17 | 0 | 27 | C4 | 51 | 22 |
| Octal | 20 | 167 | 233 | 132 | 27 | 0 | 47 | 304 | 121 | 42 |
| Binary | 10000 | 1110111 | 10011011 | 1011010 | 10111 | 0 | 100111 | 11000100 | 1010001 | 100010 |
Color Harmonies of #10779B
Complementary color
Monochromatic Colors of #10779B
Black with #10779B
Text Example
Text Example
White with #10779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10779B; }
p { color: rgb(16,119,155); }
H1.HeaderClassName
{
color: #10779B;
}
.AnyTagClassName
{
color: #10779B;
}
</style>
background-color css
<style>
a { background-color: #10779B; }
a { background-color: rgb(16,119,155); }
div.DivClassName
{
background-color: #10779B;
}
.BgClassName
{
background-color: #10779B;
}
</style>
border-color css
<style>
span { border-color: #10779B; }
span { border-color: rgb(16,119,155); }
td.TdClassName
{
border-color: #10779B;
}
.TagClassName
{
border-color: #10779B;
}
</style>