Shades of Medium Blue #1212D8
Tints of Medium Blue #1212D8
RGB
CMYK
RGB Variations
Color information
#1212D8 (or 0x1212D8) is known color: Medium Blue. HEX triplet: 12, 12 and D8. RGB value is (18,18,216). Sum of RGB (Red+Green+Blue) = 18+18+216=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 216 (84.77% from 255 or 85.71% from 252); Max value from RGB is 216 - color contains mainly: blue. Hex color #1212D8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1212D8 is #EDED27. Grayscale: #272727. Windows color (decimal): -15592744 or 14160402. OLE color: 14160402.
HSL color Cylindrical-coordinate representation of color #1212D8: hue angle of 240º 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 #1212D8 is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 18 | 216 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.15 |
| HSL | 240º | 0.85% | 0.46% | - |
| HSV(B) | 240º | 0.92% | 0.85% | - |
| XYZ | 12.86 | 5.52 | 65.35 | - |
| YUV | 40.57 | 227 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 216 | 0.92 | 0.92 | 0 | 0.15 | 240 | 0.85 | 0.46 |
| Hex | 12 | 12 | D8 | 5C | 5C | 0 | F | F0 | 55 | 2E |
| Octal | 22 | 22 | 330 | 134 | 134 | 0 | 17 | 360 | 125 | 56 |
| Binary | 10010 | 10010 | 11011000 | 1011100 | 1011100 | 0 | 1111 | 11110000 | 1010101 | 101110 |
Color Harmonies of #1212D8
Complementary color
Monochromatic Colors of #1212D8
Black with #1212D8
Text Example
Text Example
White with #1212D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1212D8; }
p { color: rgb(18,18,216); }
H1.HeaderClassName
{
color: #1212D8;
}
.AnyTagClassName
{
color: #1212D8;
}
</style>
background-color css
<style>
a { background-color: #1212D8; }
a { background-color: rgb(18,18,216); }
div.DivClassName
{
background-color: #1212D8;
}
.BgClassName
{
background-color: #1212D8;
}
</style>
border-color css
<style>
span { border-color: #1212D8; }
span { border-color: rgb(18,18,216); }
td.TdClassName
{
border-color: #1212D8;
}
.TagClassName
{
border-color: #1212D8;
}
</style>