Shades of Cerulean #10759D
Tints of Cerulean #10759D
RGB
CMYK
RGB Variations
Color information
#10759D (or 0x10759D) is known color: Cerulean. HEX triplet: 10, 75 and 9D. RGB value is (16,117,157). Sum of RGB (Red+Green+Blue) = 16+117+157=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #10759D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10759D is #EF8A62. Grayscale: #5B5B5B. Windows color (decimal): -15698531 or 10319120. OLE color: 10319120.
HSL color Cylindrical-coordinate representation of color #10759D: hue angle of 197.02º 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 #10759D is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 117 | 157 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.38 |
| HSL | 197.02º | 0.82% | 0.34% | - |
| HSV(B) | 197.02º | 0.9% | 0.62% | - |
| XYZ | 12.66 | 15.27 | 34.18 | - |
| YUV | 91.36 | 165.04 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 157 | 0.90 | 0.25 | 0 | 0.38 | 197.02 | 0.82 | 0.34 |
| Hex | 10 | 75 | 9D | 5A | 19 | 0 | 26 | C5 | 52 | 22 |
| Octal | 20 | 165 | 235 | 132 | 31 | 0 | 46 | 305 | 122 | 42 |
| Binary | 10000 | 1110101 | 10011101 | 1011010 | 11001 | 0 | 100110 | 11000101 | 1010010 | 100010 |
Color Harmonies of #10759D
Complementary color
Monochromatic Colors of #10759D
Black with #10759D
Text Example
Text Example
White with #10759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10759D; }
p { color: rgb(16,117,157); }
H1.HeaderClassName
{
color: #10759D;
}
.AnyTagClassName
{
color: #10759D;
}
</style>
background-color css
<style>
a { background-color: #10759D; }
a { background-color: rgb(16,117,157); }
div.DivClassName
{
background-color: #10759D;
}
.BgClassName
{
background-color: #10759D;
}
</style>
border-color css
<style>
span { border-color: #10759D; }
span { border-color: rgb(16,117,157); }
td.TdClassName
{
border-color: #10759D;
}
.TagClassName
{
border-color: #10759D;
}
</style>