Shades of Medium Blue #1817CA
Tints of Medium Blue #1817CA
RGB
CMYK
RGB Variations
Color information
#1817CA (or 0x1817CA) is known color: Medium Blue. HEX triplet: 18, 17 and CA. RGB value is (24,23,202). Sum of RGB (Red+Green+Blue) = 24+23+202=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 202 (79.30% from 255 or 81.12% from 249); Max value from RGB is 202 - color contains mainly: blue. Hex color #1817CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1817CA is #E7E835. Grayscale: #2A2A2A. Windows color (decimal): -15198262 or 13244184. OLE color: 13244184.
HSL color Cylindrical-coordinate representation of color #1817CA: hue angle of 240.34º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1817CA is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 23 | 202 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.21 |
| HSL | 240.34º | 0.8% | 0.44% | - |
| HSV(B) | 240.34º | 0.89% | 0.79% | - |
| XYZ | 11.34 | 5.07 | 56.26 | - |
| YUV | 43.71 | 217.33 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 23 | 202 | 0.88 | 0.89 | 0 | 0.21 | 240.34 | 0.8 | 0.44 |
| Hex | 18 | 17 | CA | 58 | 59 | 0 | 15 | F0 | 50 | 2C |
| Octal | 30 | 27 | 312 | 130 | 131 | 0 | 25 | 360 | 120 | 54 |
| Binary | 11000 | 10111 | 11001010 | 1011000 | 1011001 | 0 | 10101 | 11110000 | 1010000 | 101100 |
Color Harmonies of #1817CA
Complementary color
Monochromatic Colors of #1817CA
Black with #1817CA
Text Example
Text Example
White with #1817CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1817CA; }
p { color: rgb(24,23,202); }
H1.HeaderClassName
{
color: #1817CA;
}
.AnyTagClassName
{
color: #1817CA;
}
</style>
background-color css
<style>
a { background-color: #1817CA; }
a { background-color: rgb(24,23,202); }
div.DivClassName
{
background-color: #1817CA;
}
.BgClassName
{
background-color: #1817CA;
}
</style>
border-color css
<style>
span { border-color: #1817CA; }
span { border-color: rgb(24,23,202); }
td.TdClassName
{
border-color: #1817CA;
}
.TagClassName
{
border-color: #1817CA;
}
</style>