Shades of Cerulean #10659D
Tints of Cerulean #10659D
RGB
CMYK
RGB Variations
Color information
#10659D (or 0x10659D) is known color: Cerulean. HEX triplet: 10, 65 and 9D. RGB value is (16,101,157). Sum of RGB (Red+Green+Blue) = 16+101+157=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #10659D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10659D is #EF9A62. Grayscale: #515151. Windows color (decimal): -15702627 or 10315024. OLE color: 10315024.
HSL color Cylindrical-coordinate representation of color #10659D: hue angle of 203.83º 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 #10659D is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 101 | 157 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.38 |
| HSL | 203.83º | 0.82% | 0.34% | - |
| HSV(B) | 203.83º | 0.9% | 0.62% | - |
| XYZ | 10.95 | 11.85 | 33.61 | - |
| YUV | 81.97 | 170.34 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 157 | 0.90 | 0.36 | 0 | 0.38 | 203.83 | 0.82 | 0.34 |
| Hex | 10 | 65 | 9D | 5A | 24 | 0 | 26 | CC | 52 | 22 |
| Octal | 20 | 145 | 235 | 132 | 44 | 0 | 46 | 314 | 122 | 42 |
| Binary | 10000 | 1100101 | 10011101 | 1011010 | 100100 | 0 | 100110 | 11001100 | 1010010 | 100010 |
Color Harmonies of #10659D
Complementary color
Monochromatic Colors of #10659D
Black with #10659D
Text Example
Text Example
White with #10659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10659D; }
p { color: rgb(16,101,157); }
H1.HeaderClassName
{
color: #10659D;
}
.AnyTagClassName
{
color: #10659D;
}
</style>
background-color css
<style>
a { background-color: #10659D; }
a { background-color: rgb(16,101,157); }
div.DivClassName
{
background-color: #10659D;
}
.BgClassName
{
background-color: #10659D;
}
</style>
border-color css
<style>
span { border-color: #10659D; }
span { border-color: rgb(16,101,157); }
td.TdClassName
{
border-color: #10659D;
}
.TagClassName
{
border-color: #10659D;
}
</style>