Shades of Medium Blue #1804C0
Tints of Medium Blue #1804C0
RGB
CMYK
RGB Variations
Color information
#1804C0 (or 0x1804C0) is known color: Medium Blue. HEX triplet: 18, 04 and C0. RGB value is (24,4,192). Sum of RGB (Red+Green+Blue) = 24+4+192=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 192 (75.39% from 255 or 87.27% from 220); Max value from RGB is 192 - color contains mainly: blue. Hex color #1804C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1804C0 is #E7FB3F. Grayscale: #1E1E1E. Windows color (decimal): -15203136 or 12583960. OLE color: 12583960.
HSL color Cylindrical-coordinate representation of color #1804C0: hue angle of 246.38º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1804C0 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 4 | 192 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.25 |
| HSL | 246.38º | 0.96% | 0.38% | - |
| HSV(B) | 246.38º | 0.98% | 0.75% | - |
| XYZ | 9.93 | 4.09 | 50.13 | - |
| YUV | 31.41 | 218.63 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 192 | 0.88 | 0.98 | 0 | 0.25 | 246.38 | 0.96 | 0.38 |
| Hex | 18 | 4 | C0 | 58 | 62 | 0 | 19 | F6 | 60 | 26 |
| Octal | 30 | 4 | 300 | 130 | 142 | 0 | 31 | 366 | 140 | 46 |
| Binary | 11000 | 100 | 11000000 | 1011000 | 1100010 | 0 | 11001 | 11110110 | 1100000 | 100110 |
Color Harmonies of #1804C0
Complementary color
Monochromatic Colors of #1804C0
Black with #1804C0
Text Example
Text Example
White with #1804C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1804C0; }
p { color: rgb(24,4,192); }
H1.HeaderClassName
{
color: #1804C0;
}
.AnyTagClassName
{
color: #1804C0;
}
</style>
background-color css
<style>
a { background-color: #1804C0; }
a { background-color: rgb(24,4,192); }
div.DivClassName
{
background-color: #1804C0;
}
.BgClassName
{
background-color: #1804C0;
}
</style>
border-color css
<style>
span { border-color: #1804C0; }
span { border-color: rgb(24,4,192); }
td.TdClassName
{
border-color: #1804C0;
}
.TagClassName
{
border-color: #1804C0;
}
</style>