Shades of Medium Blue #1902BB
Tints of Medium Blue #1902BB
RGB
CMYK
RGB Variations
Color information
#1902BB (or 0x1902BB) is known color: Medium Blue. HEX triplet: 19, 02 and BB. RGB value is (25,2,187). Sum of RGB (Red+Green+Blue) = 25+2+187=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 187 (73.44% from 255 or 87.38% from 214); Max value from RGB is 187 - color contains mainly: blue. Hex color #1902BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1902BB is #E6FD44. Grayscale: #1D1D1D. Windows color (decimal): -15138117 or 12255769. OLE color: 12255769.
HSL color Cylindrical-coordinate representation of color #1902BB: hue angle of 247.46º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1902BB is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 2 | 187 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.27 |
| HSL | 247.46º | 0.98% | 0.37% | - |
| HSV(B) | 247.46º | 0.99% | 0.73% | - |
| XYZ | 9.39 | 3.84 | 47.26 | - |
| YUV | 29.97 | 216.62 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 187 | 0.87 | 0.99 | 0 | 0.27 | 247.46 | 0.98 | 0.37 |
| Hex | 19 | 2 | BB | 57 | 63 | 0 | 1B | F7 | 62 | 25 |
| Octal | 31 | 2 | 273 | 127 | 143 | 0 | 33 | 367 | 142 | 45 |
| Binary | 11001 | 10 | 10111011 | 1010111 | 1100011 | 0 | 11011 | 11110111 | 1100010 | 100101 |
Color Harmonies of #1902BB
Complementary color
Monochromatic Colors of #1902BB
Black with #1902BB
Text Example
Text Example
White with #1902BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1902BB; }
p { color: rgb(25,2,187); }
H1.HeaderClassName
{
color: #1902BB;
}
.AnyTagClassName
{
color: #1902BB;
}
</style>
background-color css
<style>
a { background-color: #1902BB; }
a { background-color: rgb(25,2,187); }
div.DivClassName
{
background-color: #1902BB;
}
.BgClassName
{
background-color: #1902BB;
}
</style>
border-color css
<style>
span { border-color: #1902BB; }
span { border-color: rgb(25,2,187); }
td.TdClassName
{
border-color: #1902BB;
}
.TagClassName
{
border-color: #1902BB;
}
</style>