Shades of Medium Blue #1908BD
Tints of Medium Blue #1908BD
RGB
CMYK
RGB Variations
Color information
#1908BD (or 0x1908BD) is known color: Medium Blue. HEX triplet: 19, 08 and BD. RGB value is (25,8,189). Sum of RGB (Red+Green+Blue) = 25+8+189=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 189 (74.22% from 255 or 85.14% from 222); Max value from RGB is 189 - color contains mainly: blue. Hex color #1908BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1908BD is #E6F742. Grayscale: #212121. Windows color (decimal): -15136579 or 12388377. OLE color: 12388377.
HSL color Cylindrical-coordinate representation of color #1908BD: hue angle of 245.64º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1908BD is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 8 | 189 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.26 |
| HSL | 245.64º | 0.92% | 0.39% | - |
| HSV(B) | 245.64º | 0.96% | 0.74% | - |
| XYZ | 9.67 | 4.05 | 48.42 | - |
| YUV | 33.72 | 215.63 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 189 | 0.87 | 0.96 | 0 | 0.26 | 245.64 | 0.92 | 0.39 |
| Hex | 19 | 8 | BD | 57 | 60 | 0 | 1A | F6 | 5C | 27 |
| Octal | 31 | 10 | 275 | 127 | 140 | 0 | 32 | 366 | 134 | 47 |
| Binary | 11001 | 1000 | 10111101 | 1010111 | 1100000 | 0 | 11010 | 11110110 | 1011100 | 100111 |
Color Harmonies of #1908BD
Complementary color
Monochromatic Colors of #1908BD
Black with #1908BD
Text Example
Text Example
White with #1908BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1908BD; }
p { color: rgb(25,8,189); }
H1.HeaderClassName
{
color: #1908BD;
}
.AnyTagClassName
{
color: #1908BD;
}
</style>
background-color css
<style>
a { background-color: #1908BD; }
a { background-color: rgb(25,8,189); }
div.DivClassName
{
background-color: #1908BD;
}
.BgClassName
{
background-color: #1908BD;
}
</style>
border-color css
<style>
span { border-color: #1908BD; }
span { border-color: rgb(25,8,189); }
td.TdClassName
{
border-color: #1908BD;
}
.TagClassName
{
border-color: #1908BD;
}
</style>