Shades of Blue #1906ED
Tints of Blue #1906ED
RGB
CMYK
RGB Variations
Color information
#1906ED (or 0x1906ED) is known color: Blue. HEX triplet: 19, 06 and ED. RGB value is (25,6,237). Sum of RGB (Red+Green+Blue) = 25+6+237=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 237 (92.97% from 255 or 88.43% from 268); Max value from RGB is 237 - color contains mainly: blue. Hex color #1906ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1906ED is #E6F912. Grayscale: #252525. Windows color (decimal): -15137043 or 15533593. OLE color: 15533593.
HSL color Cylindrical-coordinate representation of color #1906ED: hue angle of 244.94º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1906ED is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 6 | 237 | - |
| CMYK | 0.89 | 0.97 | 0 | 0.07 |
| HSL | 244.94º | 0.95% | 0.48% | - |
| HSV(B) | 244.94º | 0.97% | 0.93% | - |
| XYZ | 15.75 | 6.45 | 80.54 | - |
| YUV | 38.02 | 240.29 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 237 | 0.89 | 0.97 | 0 | 0.07 | 244.94 | 0.95 | 0.48 |
| Hex | 19 | 6 | ED | 59 | 61 | 0 | 7 | F5 | 5F | 30 |
| Octal | 31 | 6 | 355 | 131 | 141 | 0 | 7 | 365 | 137 | 60 |
| Binary | 11001 | 110 | 11101101 | 1011001 | 1100001 | 0 | 111 | 11110101 | 1011111 | 110000 |
Color Harmonies of #1906ED
Complementary color
Monochromatic Colors of #1906ED
Black with #1906ED
Text Example
Text Example
White with #1906ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1906ED; }
p { color: rgb(25,6,237); }
H1.HeaderClassName
{
color: #1906ED;
}
.AnyTagClassName
{
color: #1906ED;
}
</style>
background-color css
<style>
a { background-color: #1906ED; }
a { background-color: rgb(25,6,237); }
div.DivClassName
{
background-color: #1906ED;
}
.BgClassName
{
background-color: #1906ED;
}
</style>
border-color css
<style>
span { border-color: #1906ED; }
span { border-color: rgb(25,6,237); }
td.TdClassName
{
border-color: #1906ED;
}
.TagClassName
{
border-color: #1906ED;
}
</style>