Shades of Medium Blue #1803B7
Tints of Medium Blue #1803B7
RGB
CMYK
RGB Variations
Color information
#1803B7 (or 0x1803B7) is known color: Medium Blue. HEX triplet: 18, 03 and B7. RGB value is (24,3,183). Sum of RGB (Red+Green+Blue) = 24+3+183=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 183 (71.88% from 255 or 87.14% from 210); Max value from RGB is 183 - color contains mainly: blue. Hex color #1803B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1803B7 is #E7FC48. Grayscale: #1D1D1D. Windows color (decimal): -15203401 or 11993880. OLE color: 11993880.
HSL color Cylindrical-coordinate representation of color #1803B7: hue angle of 247º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1803B7 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 3 | 183 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.28 |
| HSL | 247º | 0.97% | 0.36% | - |
| HSV(B) | 247º | 0.98% | 0.72% | - |
| XYZ | 8.96 | 3.68 | 45.04 | - |
| YUV | 29.8 | 214.46 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 183 | 0.87 | 0.98 | 0 | 0.28 | 247 | 0.97 | 0.36 |
| Hex | 18 | 3 | B7 | 57 | 62 | 0 | 1C | F7 | 61 | 24 |
| Octal | 30 | 3 | 267 | 127 | 142 | 0 | 34 | 367 | 141 | 44 |
| Binary | 11000 | 11 | 10110111 | 1010111 | 1100010 | 0 | 11100 | 11110111 | 1100001 | 100100 |
Color Harmonies of #1803B7
Complementary color
Monochromatic Colors of #1803B7
Black with #1803B7
Text Example
Text Example
White with #1803B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1803B7; }
p { color: rgb(24,3,183); }
H1.HeaderClassName
{
color: #1803B7;
}
.AnyTagClassName
{
color: #1803B7;
}
</style>
background-color css
<style>
a { background-color: #1803B7; }
a { background-color: rgb(24,3,183); }
div.DivClassName
{
background-color: #1803B7;
}
.BgClassName
{
background-color: #1803B7;
}
</style>
border-color css
<style>
span { border-color: #1803B7; }
span { border-color: rgb(24,3,183); }
td.TdClassName
{
border-color: #1803B7;
}
.TagClassName
{
border-color: #1803B7;
}
</style>