Shades of Cerulean #10759A
Tints of Cerulean #10759A
RGB
CMYK
RGB Variations
Color information
#10759A (or 0x10759A) is known color: Cerulean. HEX triplet: 10, 75 and 9A. RGB value is (16,117,154). Sum of RGB (Red+Green+Blue) = 16+117+154=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #10759A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10759A is #EF8A65. Grayscale: #5A5A5A. Windows color (decimal): -15698534 or 10122512. OLE color: 10122512.
HSL color Cylindrical-coordinate representation of color #10759A: hue angle of 196.09º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10759A is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 117 | 154 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.40 |
| HSL | 196.09º | 0.81% | 0.33% | - |
| HSV(B) | 196.09º | 0.9% | 0.6% | - |
| XYZ | 12.41 | 15.17 | 32.85 | - |
| YUV | 91.02 | 163.54 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 154 | 0.90 | 0.24 | 0 | 0.40 | 196.09 | 0.81 | 0.33 |
| Hex | 10 | 75 | 9A | 5A | 18 | 0 | 28 | C4 | 51 | 21 |
| Octal | 20 | 165 | 232 | 132 | 30 | 0 | 50 | 304 | 121 | 41 |
| Binary | 10000 | 1110101 | 10011010 | 1011010 | 11000 | 0 | 101000 | 11000100 | 1010001 | 100001 |
Color Harmonies of #10759A
Complementary color
Monochromatic Colors of #10759A
Black with #10759A
Text Example
Text Example
White with #10759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10759A; }
p { color: rgb(16,117,154); }
H1.HeaderClassName
{
color: #10759A;
}
.AnyTagClassName
{
color: #10759A;
}
</style>
background-color css
<style>
a { background-color: #10759A; }
a { background-color: rgb(16,117,154); }
div.DivClassName
{
background-color: #10759A;
}
.BgClassName
{
background-color: #10759A;
}
</style>
border-color css
<style>
span { border-color: #10759A; }
span { border-color: rgb(16,117,154); }
td.TdClassName
{
border-color: #10759A;
}
.TagClassName
{
border-color: #10759A;
}
</style>