Shades of Medium Blue #1907BC
Tints of Medium Blue #1907BC
RGB
CMYK
RGB Variations
Color information
#1907BC (or 0x1907BC) is known color: Medium Blue. HEX triplet: 19, 07 and BC. RGB value is (25,7,188). Sum of RGB (Red+Green+Blue) = 25+7+188=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 188 (73.83% from 255 or 85.45% from 220); Max value from RGB is 188 - color contains mainly: blue. Hex color #1907BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1907BC is #E6F843. Grayscale: #202020. Windows color (decimal): -15136836 or 12322585. OLE color: 12322585.
HSL color Cylindrical-coordinate representation of color #1907BC: hue angle of 245.97º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1907BC is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 7 | 188 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.26 |
| HSL | 245.97º | 0.93% | 0.38% | - |
| HSV(B) | 245.97º | 0.96% | 0.74% | - |
| XYZ | 9.55 | 3.99 | 47.84 | - |
| YUV | 33.02 | 215.46 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 188 | 0.87 | 0.96 | 0 | 0.26 | 245.97 | 0.93 | 0.38 |
| Hex | 19 | 7 | BC | 57 | 60 | 0 | 1A | F6 | 5D | 26 |
| Octal | 31 | 7 | 274 | 127 | 140 | 0 | 32 | 366 | 135 | 46 |
| Binary | 11001 | 111 | 10111100 | 1010111 | 1100000 | 0 | 11010 | 11110110 | 1011101 | 100110 |
Color Harmonies of #1907BC
Complementary color
Monochromatic Colors of #1907BC
Black with #1907BC
Text Example
Text Example
White with #1907BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1907BC; }
p { color: rgb(25,7,188); }
H1.HeaderClassName
{
color: #1907BC;
}
.AnyTagClassName
{
color: #1907BC;
}
</style>
background-color css
<style>
a { background-color: #1907BC; }
a { background-color: rgb(25,7,188); }
div.DivClassName
{
background-color: #1907BC;
}
.BgClassName
{
background-color: #1907BC;
}
</style>
border-color css
<style>
span { border-color: #1907BC; }
span { border-color: rgb(25,7,188); }
td.TdClassName
{
border-color: #1907BC;
}
.TagClassName
{
border-color: #1907BC;
}
</style>