Shades of Cerulean #106599
Tints of Cerulean #106599
RGB
CMYK
RGB Variations
Color information
#106599 (or 0x106599) is known color: Cerulean. HEX triplet: 10, 65 and 99. RGB value is (16,101,153). Sum of RGB (Red+Green+Blue) = 16+101+153=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #106599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106599 is #EF9A66. Grayscale: #515151. Windows color (decimal): -15702631 or 10052880. OLE color: 10052880.
HSL color Cylindrical-coordinate representation of color #106599: hue angle of 202.77º 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 #106599 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 101 | 153 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.4 |
| HSL | 202.77º | 0.81% | 0.33% | - |
| HSV(B) | 202.77º | 0.9% | 0.6% | - |
| XYZ | 10.62 | 11.72 | 31.84 | - |
| YUV | 81.51 | 168.34 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 153 | 0.90 | 0.34 | 0 | 0.4 | 202.77 | 0.81 | 0.33 |
| Hex | 10 | 65 | 99 | 5A | 22 | 0 | 28 | CB | 51 | 21 |
| Octal | 20 | 145 | 231 | 132 | 42 | 0 | 50 | 313 | 121 | 41 |
| Binary | 10000 | 1100101 | 10011001 | 1011010 | 100010 | 0 | 101000 | 11001011 | 1010001 | 100001 |
Color Harmonies of #106599
Complementary color
Monochromatic Colors of #106599
Black with #106599
Text Example
Text Example
White with #106599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106599; }
p { color: rgb(16,101,153); }
H1.HeaderClassName
{
color: #106599;
}
.AnyTagClassName
{
color: #106599;
}
</style>
background-color css
<style>
a { background-color: #106599; }
a { background-color: rgb(16,101,153); }
div.DivClassName
{
background-color: #106599;
}
.BgClassName
{
background-color: #106599;
}
</style>
border-color css
<style>
span { border-color: #106599; }
span { border-color: rgb(16,101,153); }
td.TdClassName
{
border-color: #106599;
}
.TagClassName
{
border-color: #106599;
}
</style>