Shades of Cerulean #10729D
Tints of Cerulean #10729D
RGB
CMYK
RGB Variations
Color information
#10729D (or 0x10729D) is known color: Cerulean. HEX triplet: 10, 72 and 9D. RGB value is (16,114,157). Sum of RGB (Red+Green+Blue) = 16+114+157=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #10729D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10729D is #EF8D62. Grayscale: #595959. Windows color (decimal): -15699299 or 10318352. OLE color: 10318352.
HSL color Cylindrical-coordinate representation of color #10729D: hue angle of 198.3º 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 #10729D is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 114 | 157 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.38 |
| HSL | 198.3º | 0.82% | 0.34% | - |
| HSV(B) | 198.3º | 0.9% | 0.62% | - |
| XYZ | 12.32 | 14.58 | 34.06 | - |
| YUV | 89.6 | 166.03 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 157 | 0.90 | 0.27 | 0 | 0.38 | 198.3 | 0.82 | 0.34 |
| Hex | 10 | 72 | 9D | 5A | 1B | 0 | 26 | C6 | 52 | 22 |
| Octal | 20 | 162 | 235 | 132 | 33 | 0 | 46 | 306 | 122 | 42 |
| Binary | 10000 | 1110010 | 10011101 | 1011010 | 11011 | 0 | 100110 | 11000110 | 1010010 | 100010 |
Color Harmonies of #10729D
Complementary color
Monochromatic Colors of #10729D
Black with #10729D
Text Example
Text Example
White with #10729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10729D; }
p { color: rgb(16,114,157); }
H1.HeaderClassName
{
color: #10729D;
}
.AnyTagClassName
{
color: #10729D;
}
</style>
background-color css
<style>
a { background-color: #10729D; }
a { background-color: rgb(16,114,157); }
div.DivClassName
{
background-color: #10729D;
}
.BgClassName
{
background-color: #10729D;
}
</style>
border-color css
<style>
span { border-color: #10729D; }
span { border-color: rgb(16,114,157); }
td.TdClassName
{
border-color: #10729D;
}
.TagClassName
{
border-color: #10729D;
}
</style>