Shades of Cerulean #10759B
Tints of Cerulean #10759B
RGB
CMYK
RGB Variations
Color information
#10759B (or 0x10759B) is known color: Cerulean. HEX triplet: 10, 75 and 9B. RGB value is (16,117,155). Sum of RGB (Red+Green+Blue) = 16+117+155=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #10759B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10759B is #EF8A64. Grayscale: #5A5A5A. Windows color (decimal): -15698533 or 10188048. OLE color: 10188048.
HSL color Cylindrical-coordinate representation of color #10759B: hue angle of 196.4º 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 #10759B is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 117 | 155 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.39 |
| HSL | 196.4º | 0.81% | 0.34% | - |
| HSV(B) | 196.4º | 0.9% | 0.61% | - |
| XYZ | 12.49 | 15.2 | 33.29 | - |
| YUV | 91.13 | 164.04 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 155 | 0.90 | 0.25 | 0 | 0.39 | 196.4 | 0.81 | 0.34 |
| Hex | 10 | 75 | 9B | 5A | 19 | 0 | 27 | C4 | 51 | 22 |
| Octal | 20 | 165 | 233 | 132 | 31 | 0 | 47 | 304 | 121 | 42 |
| Binary | 10000 | 1110101 | 10011011 | 1011010 | 11001 | 0 | 100111 | 11000100 | 1010001 | 100010 |
Color Harmonies of #10759B
Complementary color
Monochromatic Colors of #10759B
Black with #10759B
Text Example
Text Example
White with #10759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10759B; }
p { color: rgb(16,117,155); }
H1.HeaderClassName
{
color: #10759B;
}
.AnyTagClassName
{
color: #10759B;
}
</style>
background-color css
<style>
a { background-color: #10759B; }
a { background-color: rgb(16,117,155); }
div.DivClassName
{
background-color: #10759B;
}
.BgClassName
{
background-color: #10759B;
}
</style>
border-color css
<style>
span { border-color: #10759B; }
span { border-color: rgb(16,117,155); }
td.TdClassName
{
border-color: #10759B;
}
.TagClassName
{
border-color: #10759B;
}
</style>