Shades of Medium Blue #1902BD
Tints of Medium Blue #1902BD
RGB
CMYK
RGB Variations
Color information
#1902BD (or 0x1902BD) is known color: Medium Blue. HEX triplet: 19, 02 and BD. RGB value is (25,2,189). Sum of RGB (Red+Green+Blue) = 25+2+189=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 189 (74.22% from 255 or 87.5% from 216); Max value from RGB is 189 - color contains mainly: blue. Hex color #1902BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1902BD is #E6FD42. Grayscale: #1D1D1D. Windows color (decimal): -15138115 or 12386841. OLE color: 12386841.
HSL color Cylindrical-coordinate representation of color #1902BD: hue angle of 247.38º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1902BD is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 2 | 189 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.26 |
| HSL | 247.38º | 0.98% | 0.37% | - |
| HSV(B) | 247.38º | 0.99% | 0.74% | - |
| XYZ | 9.61 | 3.92 | 48.4 | - |
| YUV | 30.2 | 217.62 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 189 | 0.87 | 0.99 | 0 | 0.26 | 247.38 | 0.98 | 0.37 |
| Hex | 19 | 2 | BD | 57 | 63 | 0 | 1A | F7 | 62 | 25 |
| Octal | 31 | 2 | 275 | 127 | 143 | 0 | 32 | 367 | 142 | 45 |
| Binary | 11001 | 10 | 10111101 | 1010111 | 1100011 | 0 | 11010 | 11110111 | 1100010 | 100101 |
Color Harmonies of #1902BD
Complementary color
Monochromatic Colors of #1902BD
Black with #1902BD
Text Example
Text Example
White with #1902BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1902BD; }
p { color: rgb(25,2,189); }
H1.HeaderClassName
{
color: #1902BD;
}
.AnyTagClassName
{
color: #1902BD;
}
</style>
background-color css
<style>
a { background-color: #1902BD; }
a { background-color: rgb(25,2,189); }
div.DivClassName
{
background-color: #1902BD;
}
.BgClassName
{
background-color: #1902BD;
}
</style>
border-color css
<style>
span { border-color: #1902BD; }
span { border-color: rgb(25,2,189); }
td.TdClassName
{
border-color: #1902BD;
}
.TagClassName
{
border-color: #1902BD;
}
</style>