Shades of Medium Blue #1807BA
Tints of Medium Blue #1807BA
RGB
CMYK
RGB Variations
Color information
#1807BA (or 0x1807BA) is known color: Medium Blue. HEX triplet: 18, 07 and BA. RGB value is (24,7,186). Sum of RGB (Red+Green+Blue) = 24+7+186=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 186 (73.05% from 255 or 85.71% from 217); Max value from RGB is 186 - color contains mainly: blue. Hex color #1807BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1807BA is #E7F845. Grayscale: #1F1F1F. Windows color (decimal): -15202374 or 12191512. OLE color: 12191512.
HSL color Cylindrical-coordinate representation of color #1807BA: hue angle of 245.7º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1807BA is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 7 | 186 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.27 |
| HSL | 245.7º | 0.93% | 0.38% | - |
| HSV(B) | 245.7º | 0.96% | 0.73% | - |
| XYZ | 9.32 | 3.89 | 46.71 | - |
| YUV | 32.49 | 214.63 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 186 | 0.87 | 0.96 | 0 | 0.27 | 245.7 | 0.93 | 0.38 |
| Hex | 18 | 7 | BA | 57 | 60 | 0 | 1B | F6 | 5D | 26 |
| Octal | 30 | 7 | 272 | 127 | 140 | 0 | 33 | 366 | 135 | 46 |
| Binary | 11000 | 111 | 10111010 | 1010111 | 1100000 | 0 | 11011 | 11110110 | 1011101 | 100110 |
Color Harmonies of #1807BA
Complementary color
Monochromatic Colors of #1807BA
Black with #1807BA
Text Example
Text Example
White with #1807BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1807BA; }
p { color: rgb(24,7,186); }
H1.HeaderClassName
{
color: #1807BA;
}
.AnyTagClassName
{
color: #1807BA;
}
</style>
background-color css
<style>
a { background-color: #1807BA; }
a { background-color: rgb(24,7,186); }
div.DivClassName
{
background-color: #1807BA;
}
.BgClassName
{
background-color: #1807BA;
}
</style>
border-color css
<style>
span { border-color: #1807BA; }
span { border-color: rgb(24,7,186); }
td.TdClassName
{
border-color: #1807BA;
}
.TagClassName
{
border-color: #1807BA;
}
</style>