Shades of Cerulean #10739C
Tints of Cerulean #10739C
RGB
CMYK
RGB Variations
Color information
#10739C (or 0x10739C) is known color: Cerulean. HEX triplet: 10, 73 and 9C. RGB value is (16,115,156). Sum of RGB (Red+Green+Blue) = 16+115+156=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #10739C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10739C is #EF8C63. Grayscale: #595959. Windows color (decimal): -15699044 or 10253072. OLE color: 10253072.
HSL color Cylindrical-coordinate representation of color #10739C: hue angle of 197.57º 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 #10739C is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 115 | 156 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.39 |
| HSL | 197.57º | 0.81% | 0.34% | - |
| HSV(B) | 197.57º | 0.9% | 0.61% | - |
| XYZ | 12.35 | 14.77 | 33.65 | - |
| YUV | 90.07 | 165.2 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 156 | 0.90 | 0.26 | 0 | 0.39 | 197.57 | 0.81 | 0.34 |
| Hex | 10 | 73 | 9C | 5A | 1A | 0 | 27 | C6 | 51 | 22 |
| Octal | 20 | 163 | 234 | 132 | 32 | 0 | 47 | 306 | 121 | 42 |
| Binary | 10000 | 1110011 | 10011100 | 1011010 | 11010 | 0 | 100111 | 11000110 | 1010001 | 100010 |
Color Harmonies of #10739C
Complementary color
Monochromatic Colors of #10739C
Black with #10739C
Text Example
Text Example
White with #10739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10739C; }
p { color: rgb(16,115,156); }
H1.HeaderClassName
{
color: #10739C;
}
.AnyTagClassName
{
color: #10739C;
}
</style>
background-color css
<style>
a { background-color: #10739C; }
a { background-color: rgb(16,115,156); }
div.DivClassName
{
background-color: #10739C;
}
.BgClassName
{
background-color: #10739C;
}
</style>
border-color css
<style>
span { border-color: #10739C; }
span { border-color: rgb(16,115,156); }
td.TdClassName
{
border-color: #10739C;
}
.TagClassName
{
border-color: #10739C;
}
</style>