Shades of Medium Blue #1801B7
Tints of Medium Blue #1801B7
RGB
CMYK
RGB Variations
Color information
#1801B7 (or 0x1801B7) is known color: Medium Blue. HEX triplet: 18, 01 and B7. RGB value is (24,1,183). Sum of RGB (Red+Green+Blue) = 24+1+183=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 183 (71.88% from 255 or 87.98% from 208); Max value from RGB is 183 - color contains mainly: blue. Hex color #1801B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1801B7 is #E7FE48. Grayscale: #1B1B1B. Windows color (decimal): -15203913 or 11993368. OLE color: 11993368.
HSL color Cylindrical-coordinate representation of color #1801B7: hue angle of 247.58º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1801B7 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 1 | 183 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.28 |
| HSL | 247.58º | 0.99% | 0.36% | - |
| HSV(B) | 247.58º | 0.99% | 0.72% | - |
| XYZ | 8.93 | 3.63 | 45.03 | - |
| YUV | 28.63 | 215.12 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 183 | 0.87 | 0.99 | 0 | 0.28 | 247.58 | 0.99 | 0.36 |
| Hex | 18 | 1 | B7 | 57 | 63 | 0 | 1C | F8 | 63 | 24 |
| Octal | 30 | 1 | 267 | 127 | 143 | 0 | 34 | 370 | 143 | 44 |
| Binary | 11000 | 1 | 10110111 | 1010111 | 1100011 | 0 | 11100 | 11111000 | 1100011 | 100100 |
Color Harmonies of #1801B7
Complementary color
Monochromatic Colors of #1801B7
Black with #1801B7
Text Example
Text Example
White with #1801B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1801B7; }
p { color: rgb(24,1,183); }
H1.HeaderClassName
{
color: #1801B7;
}
.AnyTagClassName
{
color: #1801B7;
}
</style>
background-color css
<style>
a { background-color: #1801B7; }
a { background-color: rgb(24,1,183); }
div.DivClassName
{
background-color: #1801B7;
}
.BgClassName
{
background-color: #1801B7;
}
</style>
border-color css
<style>
span { border-color: #1801B7; }
span { border-color: rgb(24,1,183); }
td.TdClassName
{
border-color: #1801B7;
}
.TagClassName
{
border-color: #1801B7;
}
</style>