Shades of Cerulean #10729C
Tints of Cerulean #10729C
RGB
CMYK
RGB Variations
Color information
#10729C (or 0x10729C) is known color: Cerulean. HEX triplet: 10, 72 and 9C. RGB value is (16,114,156). Sum of RGB (Red+Green+Blue) = 16+114+156=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #10729C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10729C is #EF8D63. Grayscale: #595959. Windows color (decimal): -15699300 or 10252816. OLE color: 10252816.
HSL color Cylindrical-coordinate representation of color #10729C: hue angle of 198º 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 #10729C is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 114 | 156 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.39 |
| HSL | 198º | 0.81% | 0.34% | - |
| HSV(B) | 198º | 0.9% | 0.61% | - |
| XYZ | 12.23 | 14.55 | 33.62 | - |
| YUV | 89.49 | 165.53 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 156 | 0.90 | 0.27 | 0 | 0.39 | 198 | 0.81 | 0.34 |
| Hex | 10 | 72 | 9C | 5A | 1B | 0 | 27 | C6 | 51 | 22 |
| Octal | 20 | 162 | 234 | 132 | 33 | 0 | 47 | 306 | 121 | 42 |
| Binary | 10000 | 1110010 | 10011100 | 1011010 | 11011 | 0 | 100111 | 11000110 | 1010001 | 100010 |
Color Harmonies of #10729C
Complementary color
Monochromatic Colors of #10729C
Black with #10729C
Text Example
Text Example
White with #10729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10729C; }
p { color: rgb(16,114,156); }
H1.HeaderClassName
{
color: #10729C;
}
.AnyTagClassName
{
color: #10729C;
}
</style>
background-color css
<style>
a { background-color: #10729C; }
a { background-color: rgb(16,114,156); }
div.DivClassName
{
background-color: #10729C;
}
.BgClassName
{
background-color: #10729C;
}
</style>
border-color css
<style>
span { border-color: #10729C; }
span { border-color: rgb(16,114,156); }
td.TdClassName
{
border-color: #10729C;
}
.TagClassName
{
border-color: #10729C;
}
</style>