Shades of Medium Blue #1809C9
Tints of Medium Blue #1809C9
RGB
CMYK
RGB Variations
Color information
#1809C9 (or 0x1809C9) is known color: Medium Blue. HEX triplet: 18, 09 and C9. RGB value is (24,9,201). Sum of RGB (Red+Green+Blue) = 24+9+201=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 201 (78.91% from 255 or 85.90% from 234); Max value from RGB is 201 - color contains mainly: blue. Hex color #1809C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1809C9 is #E7F636. Grayscale: #222222. Windows color (decimal): -15201847 or 13175064. OLE color: 13175064.
HSL color Cylindrical-coordinate representation of color #1809C9: hue angle of 244.69º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1809C9 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 9 | 201 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.21 |
| HSL | 244.69º | 0.91% | 0.41% | - |
| HSV(B) | 244.69º | 0.96% | 0.79% | - |
| XYZ | 11.02 | 4.61 | 55.57 | - |
| YUV | 35.37 | 221.47 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 201 | 0.88 | 0.96 | 0 | 0.21 | 244.69 | 0.91 | 0.41 |
| Hex | 18 | 9 | C9 | 58 | 60 | 0 | 15 | F5 | 5B | 29 |
| Octal | 30 | 11 | 311 | 130 | 140 | 0 | 25 | 365 | 133 | 51 |
| Binary | 11000 | 1001 | 11001001 | 1011000 | 1100000 | 0 | 10101 | 11110101 | 1011011 | 101001 |
Color Harmonies of #1809C9
Complementary color
Monochromatic Colors of #1809C9
Black with #1809C9
Text Example
Text Example
White with #1809C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1809C9; }
p { color: rgb(24,9,201); }
H1.HeaderClassName
{
color: #1809C9;
}
.AnyTagClassName
{
color: #1809C9;
}
</style>
background-color css
<style>
a { background-color: #1809C9; }
a { background-color: rgb(24,9,201); }
div.DivClassName
{
background-color: #1809C9;
}
.BgClassName
{
background-color: #1809C9;
}
</style>
border-color css
<style>
span { border-color: #1809C9; }
span { border-color: rgb(24,9,201); }
td.TdClassName
{
border-color: #1809C9;
}
.TagClassName
{
border-color: #1809C9;
}
</style>