Shades of Cerulean #10709F
Tints of Cerulean #10709F
RGB
CMYK
RGB Variations
Color information
#10709F (or 0x10709F) is known color: Cerulean. HEX triplet: 10, 70 and 9F. RGB value is (16,112,159). Sum of RGB (Red+Green+Blue) = 16+112+159=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #10709F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10709F is #EF8F60. Grayscale: #585858. Windows color (decimal): -15699809 or 10448912. OLE color: 10448912.
HSL color Cylindrical-coordinate representation of color #10709F: hue angle of 199.72º 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 #10709F is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 112 | 159 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.38 |
| HSL | 199.72º | 0.82% | 0.34% | - |
| HSV(B) | 199.72º | 0.9% | 0.62% | - |
| XYZ | 12.27 | 14.2 | 34.9 | - |
| YUV | 88.65 | 167.7 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 159 | 0.90 | 0.30 | 0 | 0.38 | 199.72 | 0.82 | 0.34 |
| Hex | 10 | 70 | 9F | 5A | 1E | 0 | 26 | C8 | 52 | 22 |
| Octal | 20 | 160 | 237 | 132 | 36 | 0 | 46 | 310 | 122 | 42 |
| Binary | 10000 | 1110000 | 10011111 | 1011010 | 11110 | 0 | 100110 | 11001000 | 1010010 | 100010 |
Color Harmonies of #10709F
Complementary color
Monochromatic Colors of #10709F
Black with #10709F
Text Example
Text Example
White with #10709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10709F; }
p { color: rgb(16,112,159); }
H1.HeaderClassName
{
color: #10709F;
}
.AnyTagClassName
{
color: #10709F;
}
</style>
background-color css
<style>
a { background-color: #10709F; }
a { background-color: rgb(16,112,159); }
div.DivClassName
{
background-color: #10709F;
}
.BgClassName
{
background-color: #10709F;
}
</style>
border-color css
<style>
span { border-color: #10709F; }
span { border-color: rgb(16,112,159); }
td.TdClassName
{
border-color: #10709F;
}
.TagClassName
{
border-color: #10709F;
}
</style>