Shades of Medium Blue #1212CF
Tints of Medium Blue #1212CF
RGB
CMYK
RGB Variations
Color information
#1212CF (or 0x1212CF) is known color: Medium Blue. HEX triplet: 12, 12 and CF. RGB value is (18,18,207). Sum of RGB (Red+Green+Blue) = 18+18+207=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 207 (81.25% from 255 or 85.19% from 243); Max value from RGB is 207 - color contains mainly: blue. Hex color #1212CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1212CF is #EDED30. Grayscale: #262626. Windows color (decimal): -15592753 or 13570578. OLE color: 13570578.
HSL color Cylindrical-coordinate representation of color #1212CF: hue angle of 240º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1212CF is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 18 | 207 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.19 |
| HSL | 240º | 0.84% | 0.44% | - |
| HSV(B) | 240º | 0.91% | 0.81% | - |
| XYZ | 11.73 | 5.07 | 59.39 | - |
| YUV | 39.55 | 222.5 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 207 | 0.91 | 0.91 | 0 | 0.19 | 240 | 0.84 | 0.44 |
| Hex | 12 | 12 | CF | 5B | 5B | 0 | 13 | F0 | 54 | 2C |
| Octal | 22 | 22 | 317 | 133 | 133 | 0 | 23 | 360 | 124 | 54 |
| Binary | 10010 | 10010 | 11001111 | 1011011 | 1011011 | 0 | 10011 | 11110000 | 1010100 | 101100 |
Color Harmonies of #1212CF
Complementary color
Monochromatic Colors of #1212CF
Black with #1212CF
Text Example
Text Example
White with #1212CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1212CF; }
p { color: rgb(18,18,207); }
H1.HeaderClassName
{
color: #1212CF;
}
.AnyTagClassName
{
color: #1212CF;
}
</style>
background-color css
<style>
a { background-color: #1212CF; }
a { background-color: rgb(18,18,207); }
div.DivClassName
{
background-color: #1212CF;
}
.BgClassName
{
background-color: #1212CF;
}
</style>
border-color css
<style>
span { border-color: #1212CF; }
span { border-color: rgb(18,18,207); }
td.TdClassName
{
border-color: #1212CF;
}
.TagClassName
{
border-color: #1212CF;
}
</style>