Shades of Blue #1600ED
Tints of Blue #1600ED
RGB
CMYK
RGB Variations
Color information
#1600ED (or 0x1600ED) is known color: Blue. HEX triplet: 16, 00 and ED. RGB value is (22,0,237). Sum of RGB (Red+Green+Blue) = 22+0+237=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 237 (92.97% from 255 or 91.51% from 259); Max value from RGB is 237 - color contains mainly: blue. Hex color #1600ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1600ED is #E9FF12. Grayscale: #202020. Windows color (decimal): -15335187 or 15532054. OLE color: 15532054.
HSL color Cylindrical-coordinate representation of color #1600ED: hue angle of 245.57º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1600ED is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 0 | 237 | - |
| CMYK | 0.91 | 1 | 0 | 0.07 |
| HSL | 245.57º | 1% | 0.46% | - |
| HSV(B) | 245.57º | 1% | 0.93% | - |
| XYZ | 15.62 | 6.28 | 80.51 | - |
| YUV | 33.6 | 242.79 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 237 | 0.91 | 1 | 0 | 0.07 | 245.57 | 1 | 0.46 |
| Hex | 16 | 0 | ED | 5B | 64 | 0 | 7 | F6 | 64 | 2E |
| Octal | 26 | 0 | 355 | 133 | 144 | 0 | 7 | 366 | 144 | 56 |
| Binary | 10110 | 0 | 11101101 | 1011011 | 1100100 | 0 | 111 | 11110110 | 1100100 | 101110 |
Color Harmonies of #1600ED
Complementary color
Monochromatic Colors of #1600ED
Black with #1600ED
Text Example
Text Example
White with #1600ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1600ED; }
p { color: rgb(22,0,237); }
H1.HeaderClassName
{
color: #1600ED;
}
.AnyTagClassName
{
color: #1600ED;
}
</style>
background-color css
<style>
a { background-color: #1600ED; }
a { background-color: rgb(22,0,237); }
div.DivClassName
{
background-color: #1600ED;
}
.BgClassName
{
background-color: #1600ED;
}
</style>
border-color css
<style>
span { border-color: #1600ED; }
span { border-color: rgb(22,0,237); }
td.TdClassName
{
border-color: #1600ED;
}
.TagClassName
{
border-color: #1600ED;
}
</style>