Shades of Medium Blue #1901B8
Tints of Medium Blue #1901B8
RGB
CMYK
RGB Variations
Color information
#1901B8 (or 0x1901B8) is known color: Medium Blue. HEX triplet: 19, 01 and B8. RGB value is (25,1,184). Sum of RGB (Red+Green+Blue) = 25+1+184=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 184 (72.27% from 255 or 87.62% from 210); Max value from RGB is 184 - color contains mainly: blue. Hex color #1901B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1901B8 is #E6FE47. Grayscale: #1C1C1C. Windows color (decimal): -15138376 or 12058905. OLE color: 12058905.
HSL color Cylindrical-coordinate representation of color #1901B8: hue angle of 247.87º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1901B8 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 1 | 184 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.28 |
| HSL | 247.87º | 0.99% | 0.36% | - |
| HSV(B) | 247.87º | 0.99% | 0.72% | - |
| XYZ | 9.06 | 3.69 | 45.58 | - |
| YUV | 29.04 | 215.45 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 184 | 0.86 | 0.99 | 0 | 0.28 | 247.87 | 0.99 | 0.36 |
| Hex | 19 | 1 | B8 | 56 | 63 | 0 | 1C | F8 | 63 | 24 |
| Octal | 31 | 1 | 270 | 126 | 143 | 0 | 34 | 370 | 143 | 44 |
| Binary | 11001 | 1 | 10111000 | 1010110 | 1100011 | 0 | 11100 | 11111000 | 1100011 | 100100 |
Color Harmonies of #1901B8
Complementary color
Monochromatic Colors of #1901B8
Black with #1901B8
Text Example
Text Example
White with #1901B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1901B8; }
p { color: rgb(25,1,184); }
H1.HeaderClassName
{
color: #1901B8;
}
.AnyTagClassName
{
color: #1901B8;
}
</style>
background-color css
<style>
a { background-color: #1901B8; }
a { background-color: rgb(25,1,184); }
div.DivClassName
{
background-color: #1901B8;
}
.BgClassName
{
background-color: #1901B8;
}
</style>
border-color css
<style>
span { border-color: #1901B8; }
span { border-color: rgb(25,1,184); }
td.TdClassName
{
border-color: #1901B8;
}
.TagClassName
{
border-color: #1901B8;
}
</style>