Shades of Medium Blue #1906DD
Tints of Medium Blue #1906DD
RGB
CMYK
RGB Variations
Color information
#1906DD (or 0x1906DD) is known color: Medium Blue. HEX triplet: 19, 06 and DD. RGB value is (25,6,221). Sum of RGB (Red+Green+Blue) = 25+6+221=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 221 (86.72% from 255 or 87.70% from 252); Max value from RGB is 221 - color contains mainly: blue. Hex color #1906DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1906DD is #E6F922. Grayscale: #232323. Windows color (decimal): -15137059 or 14485017. OLE color: 14485017.
HSL color Cylindrical-coordinate representation of color #1906DD: hue angle of 245.3º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1906DD is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 6 | 221 | - |
| CMYK | 0.89 | 0.97 | 0 | 0.13 |
| HSL | 245.3º | 0.95% | 0.45% | - |
| HSV(B) | 245.3º | 0.97% | 0.87% | - |
| XYZ | 13.52 | 5.56 | 68.77 | - |
| YUV | 36.19 | 232.29 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 221 | 0.89 | 0.97 | 0 | 0.13 | 245.3 | 0.95 | 0.45 |
| Hex | 19 | 6 | DD | 59 | 61 | 0 | D | F5 | 5F | 2D |
| Octal | 31 | 6 | 335 | 131 | 141 | 0 | 15 | 365 | 137 | 55 |
| Binary | 11001 | 110 | 11011101 | 1011001 | 1100001 | 0 | 1101 | 11110101 | 1011111 | 101101 |
Color Harmonies of #1906DD
Complementary color
Monochromatic Colors of #1906DD
Black with #1906DD
Text Example
Text Example
White with #1906DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1906DD; }
p { color: rgb(25,6,221); }
H1.HeaderClassName
{
color: #1906DD;
}
.AnyTagClassName
{
color: #1906DD;
}
</style>
background-color css
<style>
a { background-color: #1906DD; }
a { background-color: rgb(25,6,221); }
div.DivClassName
{
background-color: #1906DD;
}
.BgClassName
{
background-color: #1906DD;
}
</style>
border-color css
<style>
span { border-color: #1906DD; }
span { border-color: rgb(25,6,221); }
td.TdClassName
{
border-color: #1906DD;
}
.TagClassName
{
border-color: #1906DD;
}
</style>