Shades of Medium Blue #1812DA
Tints of Medium Blue #1812DA
RGB
CMYK
RGB Variations
Color information
#1812DA (or 0x1812DA) is known color: Medium Blue. HEX triplet: 18, 12 and DA. RGB value is (24,18,218). Sum of RGB (Red+Green+Blue) = 24+18+218=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 218 (85.55% from 255 or 83.85% from 260); Max value from RGB is 218 - color contains mainly: blue. Hex color #1812DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1812DA is #E7ED25. Grayscale: #292929. Windows color (decimal): -15199526 or 14291480. OLE color: 14291480.
HSL color Cylindrical-coordinate representation of color #1812DA: hue angle of 241.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1812DA is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 18 | 218 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.15 |
| HSL | 241.8º | 0.85% | 0.46% | - |
| HSV(B) | 241.8º | 0.92% | 0.85% | - |
| XYZ | 13.25 | 5.69 | 66.73 | - |
| YUV | 42.59 | 226.99 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 218 | 0.89 | 0.92 | 0 | 0.15 | 241.8 | 0.85 | 0.46 |
| Hex | 18 | 12 | DA | 59 | 5C | 0 | F | F2 | 55 | 2E |
| Octal | 30 | 22 | 332 | 131 | 134 | 0 | 17 | 362 | 125 | 56 |
| Binary | 11000 | 10010 | 11011010 | 1011001 | 1011100 | 0 | 1111 | 11110010 | 1010101 | 101110 |
Color Harmonies of #1812DA
Complementary color
Monochromatic Colors of #1812DA
Black with #1812DA
Text Example
Text Example
White with #1812DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1812DA; }
p { color: rgb(24,18,218); }
H1.HeaderClassName
{
color: #1812DA;
}
.AnyTagClassName
{
color: #1812DA;
}
</style>
background-color css
<style>
a { background-color: #1812DA; }
a { background-color: rgb(24,18,218); }
div.DivClassName
{
background-color: #1812DA;
}
.BgClassName
{
background-color: #1812DA;
}
</style>
border-color css
<style>
span { border-color: #1812DA; }
span { border-color: rgb(24,18,218); }
td.TdClassName
{
border-color: #1812DA;
}
.TagClassName
{
border-color: #1812DA;
}
</style>