Shades of Medium Blue #1803B5
Tints of Medium Blue #1803B5
RGB
CMYK
RGB Variations
Color information
#1803B5 (or 0x1803B5) is known color: Medium Blue. HEX triplet: 18, 03 and B5. RGB value is (24,3,181). Sum of RGB (Red+Green+Blue) = 24+3+181=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 181 (71.09% from 255 or 87.02% from 208); Max value from RGB is 181 - color contains mainly: blue. Hex color #1803B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1803B5 is #E7FC4A. Grayscale: #1C1C1C. Windows color (decimal): -15203403 or 11862808. OLE color: 11862808.
HSL color Cylindrical-coordinate representation of color #1803B5: hue angle of 247.08º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1803B5 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 3 | 181 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.29 |
| HSL | 247.08º | 0.97% | 0.36% | - |
| HSV(B) | 247.08º | 0.98% | 0.71% | - |
| XYZ | 8.75 | 3.6 | 43.95 | - |
| YUV | 29.57 | 213.46 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 181 | 0.87 | 0.98 | 0 | 0.29 | 247.08 | 0.97 | 0.36 |
| Hex | 18 | 3 | B5 | 57 | 62 | 0 | 1D | F7 | 61 | 24 |
| Octal | 30 | 3 | 265 | 127 | 142 | 0 | 35 | 367 | 141 | 44 |
| Binary | 11000 | 11 | 10110101 | 1010111 | 1100010 | 0 | 11101 | 11110111 | 1100001 | 100100 |
Color Harmonies of #1803B5
Complementary color
Monochromatic Colors of #1803B5
Black with #1803B5
Text Example
Text Example
White with #1803B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1803B5; }
p { color: rgb(24,3,181); }
H1.HeaderClassName
{
color: #1803B5;
}
.AnyTagClassName
{
color: #1803B5;
}
</style>
background-color css
<style>
a { background-color: #1803B5; }
a { background-color: rgb(24,3,181); }
div.DivClassName
{
background-color: #1803B5;
}
.BgClassName
{
background-color: #1803B5;
}
</style>
border-color css
<style>
span { border-color: #1803B5; }
span { border-color: rgb(24,3,181); }
td.TdClassName
{
border-color: #1803B5;
}
.TagClassName
{
border-color: #1803B5;
}
</style>