Shades of Medium Blue #1812B7
Tints of Medium Blue #1812B7
RGB
CMYK
RGB Variations
Color information
#1812B7 (or 0x1812B7) is known color: Medium Blue. HEX triplet: 18, 12 and B7. RGB value is (24,18,183). Sum of RGB (Red+Green+Blue) = 24+18+183=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 183 (71.88% from 255 or 81.33% from 225); Max value from RGB is 183 - color contains mainly: blue. Hex color #1812B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1812B7 is #E7ED48. Grayscale: #252525. Windows color (decimal): -15199561 or 11997720. OLE color: 11997720.
HSL color Cylindrical-coordinate representation of color #1812B7: hue angle of 242.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1812B7 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 18 | 183 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.28 |
| HSL | 242.18º | 0.82% | 0.39% | - |
| HSV(B) | 242.18º | 0.9% | 0.72% | - |
| XYZ | 9.14 | 4.05 | 45.1 | - |
| YUV | 38.6 | 209.49 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 183 | 0.87 | 0.90 | 0 | 0.28 | 242.18 | 0.82 | 0.39 |
| Hex | 18 | 12 | B7 | 57 | 5A | 0 | 1C | F2 | 52 | 27 |
| Octal | 30 | 22 | 267 | 127 | 132 | 0 | 34 | 362 | 122 | 47 |
| Binary | 11000 | 10010 | 10110111 | 1010111 | 1011010 | 0 | 11100 | 11110010 | 1010010 | 100111 |
Color Harmonies of #1812B7
Complementary color
Monochromatic Colors of #1812B7
Black with #1812B7
Text Example
Text Example
White with #1812B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1812B7; }
p { color: rgb(24,18,183); }
H1.HeaderClassName
{
color: #1812B7;
}
.AnyTagClassName
{
color: #1812B7;
}
</style>
background-color css
<style>
a { background-color: #1812B7; }
a { background-color: rgb(24,18,183); }
div.DivClassName
{
background-color: #1812B7;
}
.BgClassName
{
background-color: #1812B7;
}
</style>
border-color css
<style>
span { border-color: #1812B7; }
span { border-color: rgb(24,18,183); }
td.TdClassName
{
border-color: #1812B7;
}
.TagClassName
{
border-color: #1812B7;
}
</style>