Shades of Cerulean #10649B
Tints of Cerulean #10649B
RGB
CMYK
RGB Variations
Color information
#10649B (or 0x10649B) is known color: Cerulean. HEX triplet: 10, 64 and 9B. RGB value is (16,100,155). Sum of RGB (Red+Green+Blue) = 16+100+155=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #10649B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10649B is #EF9B64. Grayscale: #505050. Windows color (decimal): -15702885 or 10183696. OLE color: 10183696.
HSL color Cylindrical-coordinate representation of color #10649B: hue angle of 203.74º 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 #10649B is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 100 | 155 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.39 |
| HSL | 203.74º | 0.81% | 0.34% | - |
| HSV(B) | 203.74º | 0.9% | 0.61% | - |
| XYZ | 10.69 | 11.59 | 32.68 | - |
| YUV | 81.15 | 169.67 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 100 | 155 | 0.90 | 0.35 | 0 | 0.39 | 203.74 | 0.81 | 0.34 |
| Hex | 10 | 64 | 9B | 5A | 23 | 0 | 27 | CC | 51 | 22 |
| Octal | 20 | 144 | 233 | 132 | 43 | 0 | 47 | 314 | 121 | 42 |
| Binary | 10000 | 1100100 | 10011011 | 1011010 | 100011 | 0 | 100111 | 11001100 | 1010001 | 100010 |
Color Harmonies of #10649B
Complementary color
Monochromatic Colors of #10649B
Black with #10649B
Text Example
Text Example
White with #10649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10649B; }
p { color: rgb(16,100,155); }
H1.HeaderClassName
{
color: #10649B;
}
.AnyTagClassName
{
color: #10649B;
}
</style>
background-color css
<style>
a { background-color: #10649B; }
a { background-color: rgb(16,100,155); }
div.DivClassName
{
background-color: #10649B;
}
.BgClassName
{
background-color: #10649B;
}
</style>
border-color css
<style>
span { border-color: #10649B; }
span { border-color: rgb(16,100,155); }
td.TdClassName
{
border-color: #10649B;
}
.TagClassName
{
border-color: #10649B;
}
</style>