Shades of Blue #1212FF
Tints of Blue #1212FF
RGB
CMYK
RGB Variations
Color information
#1212FF (or 0x1212FF) is known color: Blue. HEX triplet: 12, 12 and FF. RGB value is (18,18,255). Sum of RGB (Red+Green+Blue) = 18+18+255=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 255 (100% from 255 or 87.63% from 291); Max value from RGB is 255 - color contains mainly: blue. Hex color #1212FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1212FF is #EDED00. Grayscale: #2C2C2C. Windows color (decimal): -15592705 or 16716306. OLE color: 16716306.
HSL color Cylindrical-coordinate representation of color #1212FF: hue angle of 240º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1212FF is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 18 | 255 | - |
| CMYK | 0.93 | 0.93 | 0 | 0 |
| HSL | 240º | 1% | 0.54% | - |
| HSV(B) | 240º | 0.93% | 1% | - |
| XYZ | 18.52 | 7.78 | 95.13 | - |
| YUV | 45.02 | 246.5 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 255 | 0.93 | 0.93 | 0 | 0 | 240 | 1 | 0.54 |
| Hex | 12 | 12 | FF | 5D | 5D | 0 | 0 | F0 | 64 | 36 |
| Octal | 22 | 22 | 377 | 135 | 135 | 0 | 0 | 360 | 144 | 66 |
| Binary | 10010 | 10010 | 11111111 | 1011101 | 1011101 | 0 | 0 | 11110000 | 1100100 | 110110 |
Color Harmonies of #1212FF
Complementary color
Monochromatic Colors of #1212FF
Black with #1212FF
Text Example
Text Example
White with #1212FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1212FF; }
p { color: rgb(18,18,255); }
H1.HeaderClassName
{
color: #1212FF;
}
.AnyTagClassName
{
color: #1212FF;
}
</style>
background-color css
<style>
a { background-color: #1212FF; }
a { background-color: rgb(18,18,255); }
div.DivClassName
{
background-color: #1212FF;
}
.BgClassName
{
background-color: #1212FF;
}
</style>
border-color css
<style>
span { border-color: #1212FF; }
span { border-color: rgb(18,18,255); }
td.TdClassName
{
border-color: #1212FF;
}
.TagClassName
{
border-color: #1212FF;
}
</style>