Shades of Medium Blue #1E00B9
Tints of Medium Blue #1E00B9
RGB
CMYK
RGB Variations
Color information
#1E00B9 (or 0x1E00B9) is known color: Medium Blue. HEX triplet: 1E, 00 and B9. RGB value is (30,0,185). Sum of RGB (Red+Green+Blue) = 30+0+185=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 185 (72.66% from 255 or 86.05% from 215); Max value from RGB is 185 - color contains mainly: blue. Hex color #1E00B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E00B9 is #E1FF46. Grayscale: #1D1D1D. Windows color (decimal): -14810951 or 12124190. OLE color: 12124190.
HSL color Cylindrical-coordinate representation of color #1E00B9: hue angle of 249.73º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E00B9 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 30 | 0 | 185 | - |
CMYK | 0.84 | 1 | 0 | 0.27 |
HSL | 249.73º | 1% | 0.36% | - |
HSV(B) | 249.73º | 1% | 0.73% | - |
XYZ | 9.29 | 3.78 | 46.14 | - |
YUV | 30.06 | 215.44 | 127.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 0 | 185 | 0.84 | 1 | 0 | 0.27 | 249.73 | 1 | 0.36 |
Hex | 1E | 0 | B9 | 54 | 64 | 0 | 1B | FA | 64 | 24 |
Octal | 36 | 0 | 271 | 124 | 144 | 0 | 33 | 372 | 144 | 44 |
Binary | 11110 | 0 | 10111001 | 1010100 | 1100100 | 0 | 11011 | 11111010 | 1100100 | 100100 |
Color Harmonies of #1E00B9
Complementary color
Monochromatic Colors of #1E00B9
Black with #1E00B9
Text Example
Text Example
White with #1E00B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E00B9; }
p { color: rgb(30,0,185); }
H1.HeaderClassName
{
color: #1E00B9;
}
.AnyTagClassName
{
color: #1E00B9;
}
</style>
background-color css
<style>
a { background-color: #1E00B9; }
a { background-color: rgb(30,0,185); }
div.DivClassName
{
background-color: #1E00B9;
}
.BgClassName
{
background-color: #1E00B9;
}
</style>
border-color css
<style>
span { border-color: #1E00B9; }
span { border-color: rgb(30,0,185); }
td.TdClassName
{
border-color: #1E00B9;
}
.TagClassName
{
border-color: #1E00B9;
}
</style>