Shades of Medium Blue #1902BC
Tints of Medium Blue #1902BC
RGB
CMYK
RGB Variations
Color information
#1902BC (or 0x1902BC) is known color: Medium Blue. HEX triplet: 19, 02 and BC. RGB value is (25,2,188). Sum of RGB (Red+Green+Blue) = 25+2+188=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 188 (73.83% from 255 or 87.44% from 215); Max value from RGB is 188 - color contains mainly: blue. Hex color #1902BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1902BC is #E6FD43. Grayscale: #1D1D1D. Windows color (decimal): -15138116 or 12321305. OLE color: 12321305.
HSL color Cylindrical-coordinate representation of color #1902BC: hue angle of 247.42º 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 #1902BC is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 2 | 188 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.26 |
| HSL | 247.42º | 0.98% | 0.37% | - |
| HSV(B) | 247.42º | 0.99% | 0.74% | - |
| XYZ | 9.5 | 3.88 | 47.83 | - |
| YUV | 30.08 | 217.12 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 188 | 0.87 | 0.99 | 0 | 0.26 | 247.42 | 0.98 | 0.37 |
| Hex | 19 | 2 | BC | 57 | 63 | 0 | 1A | F7 | 62 | 25 |
| Octal | 31 | 2 | 274 | 127 | 143 | 0 | 32 | 367 | 142 | 45 |
| Binary | 11001 | 10 | 10111100 | 1010111 | 1100011 | 0 | 11010 | 11110111 | 1100010 | 100101 |
Color Harmonies of #1902BC
Complementary color
Monochromatic Colors of #1902BC
Black with #1902BC
Text Example
Text Example
White with #1902BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1902BC; }
p { color: rgb(25,2,188); }
H1.HeaderClassName
{
color: #1902BC;
}
.AnyTagClassName
{
color: #1902BC;
}
</style>
background-color css
<style>
a { background-color: #1902BC; }
a { background-color: rgb(25,2,188); }
div.DivClassName
{
background-color: #1902BC;
}
.BgClassName
{
background-color: #1902BC;
}
</style>
border-color css
<style>
span { border-color: #1902BC; }
span { border-color: rgb(25,2,188); }
td.TdClassName
{
border-color: #1902BC;
}
.TagClassName
{
border-color: #1902BC;
}
</style>