Shades of Blue #1212F3
Tints of Blue #1212F3
RGB
CMYK
RGB Variations
Color information
#1212F3 (or 0x1212F3) is known color: Blue. HEX triplet: 12, 12 and F3. RGB value is (18,18,243). Sum of RGB (Red+Green+Blue) = 18+18+243=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 243 (95.31% from 255 or 87.10% from 279); Max value from RGB is 243 - color contains mainly: blue. Hex color #1212F3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1212F3 is #EDED0C. Grayscale: #2A2A2A. Windows color (decimal): -15592717 or 15929874. OLE color: 15929874.
HSL color Cylindrical-coordinate representation of color #1212F3: hue angle of 240º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1212F3 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 18 | 243 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.05 |
| HSL | 240º | 0.9% | 0.51% | - |
| HSV(B) | 240º | 0.93% | 0.95% | - |
| XYZ | 16.64 | 7.03 | 85.27 | - |
| YUV | 43.65 | 240.5 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 243 | 0.93 | 0.93 | 0 | 0.05 | 240 | 0.9 | 0.51 |
| Hex | 12 | 12 | F3 | 5D | 5D | 0 | 5 | F0 | 5A | 33 |
| Octal | 22 | 22 | 363 | 135 | 135 | 0 | 5 | 360 | 132 | 63 |
| Binary | 10010 | 10010 | 11110011 | 1011101 | 1011101 | 0 | 101 | 11110000 | 1011010 | 110011 |
Color Harmonies of #1212F3
Complementary color
Monochromatic Colors of #1212F3
Black with #1212F3
Text Example
Text Example
White with #1212F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1212F3; }
p { color: rgb(18,18,243); }
H1.HeaderClassName
{
color: #1212F3;
}
.AnyTagClassName
{
color: #1212F3;
}
</style>
background-color css
<style>
a { background-color: #1212F3; }
a { background-color: rgb(18,18,243); }
div.DivClassName
{
background-color: #1212F3;
}
.BgClassName
{
background-color: #1212F3;
}
</style>
border-color css
<style>
span { border-color: #1212F3; }
span { border-color: rgb(18,18,243); }
td.TdClassName
{
border-color: #1212F3;
}
.TagClassName
{
border-color: #1212F3;
}
</style>