Shades of Medium Blue #1908BE
Tints of Medium Blue #1908BE
RGB
CMYK
RGB Variations
Color information
#1908BE (or 0x1908BE) is known color: Medium Blue. HEX triplet: 19, 08 and BE. RGB value is (25,8,190). Sum of RGB (Red+Green+Blue) = 25+8+190=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 190 (74.61% from 255 or 85.20% from 223); Max value from RGB is 190 - color contains mainly: blue. Hex color #1908BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1908BE is #E6F741. Grayscale: #212121. Windows color (decimal): -15136578 or 12453913. OLE color: 12453913.
HSL color Cylindrical-coordinate representation of color #1908BE: hue angle of 245.6º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1908BE is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 8 | 190 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.25 |
| HSL | 245.6º | 0.92% | 0.39% | - |
| HSV(B) | 245.6º | 0.96% | 0.75% | - |
| XYZ | 9.78 | 4.1 | 48.99 | - |
| YUV | 33.83 | 216.13 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 190 | 0.87 | 0.96 | 0 | 0.25 | 245.6 | 0.92 | 0.39 |
| Hex | 19 | 8 | BE | 57 | 60 | 0 | 19 | F6 | 5C | 27 |
| Octal | 31 | 10 | 276 | 127 | 140 | 0 | 31 | 366 | 134 | 47 |
| Binary | 11001 | 1000 | 10111110 | 1010111 | 1100000 | 0 | 11001 | 11110110 | 1011100 | 100111 |
Color Harmonies of #1908BE
Complementary color
Monochromatic Colors of #1908BE
Black with #1908BE
Text Example
Text Example
White with #1908BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1908BE; }
p { color: rgb(25,8,190); }
H1.HeaderClassName
{
color: #1908BE;
}
.AnyTagClassName
{
color: #1908BE;
}
</style>
background-color css
<style>
a { background-color: #1908BE; }
a { background-color: rgb(25,8,190); }
div.DivClassName
{
background-color: #1908BE;
}
.BgClassName
{
background-color: #1908BE;
}
</style>
border-color css
<style>
span { border-color: #1908BE; }
span { border-color: rgb(25,8,190); }
td.TdClassName
{
border-color: #1908BE;
}
.TagClassName
{
border-color: #1908BE;
}
</style>