Shades of Medium Blue #1209C6
Tints of Medium Blue #1209C6
RGB
CMYK
RGB Variations
Color information
#1209C6 (or 0x1209C6) is known color: Medium Blue. HEX triplet: 12, 09 and C6. RGB value is (18,9,198). Sum of RGB (Red+Green+Blue) = 18+9+198=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 198 (77.73% from 255 or 88% from 225); Max value from RGB is 198 - color contains mainly: blue. Hex color #1209C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1209C6 is #EDF639. Grayscale: #202020. Windows color (decimal): -15595066 or 12978450. OLE color: 12978450.
HSL color Cylindrical-coordinate representation of color #1209C6: hue angle of 242.86º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1209C6 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 9 | 198 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.22 |
| HSL | 242.86º | 0.91% | 0.41% | - |
| HSV(B) | 242.86º | 0.95% | 0.78% | - |
| XYZ | 10.54 | 4.4 | 53.72 | - |
| YUV | 33.24 | 220.98 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 198 | 0.91 | 0.95 | 0 | 0.22 | 242.86 | 0.91 | 0.41 |
| Hex | 12 | 9 | C6 | 5B | 5F | 0 | 16 | F3 | 5B | 29 |
| Octal | 22 | 11 | 306 | 133 | 137 | 0 | 26 | 363 | 133 | 51 |
| Binary | 10010 | 1001 | 11000110 | 1011011 | 1011111 | 0 | 10110 | 11110011 | 1011011 | 101001 |
Color Harmonies of #1209C6
Complementary color
Monochromatic Colors of #1209C6
Black with #1209C6
Text Example
Text Example
White with #1209C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1209C6; }
p { color: rgb(18,9,198); }
H1.HeaderClassName
{
color: #1209C6;
}
.AnyTagClassName
{
color: #1209C6;
}
</style>
background-color css
<style>
a { background-color: #1209C6; }
a { background-color: rgb(18,9,198); }
div.DivClassName
{
background-color: #1209C6;
}
.BgClassName
{
background-color: #1209C6;
}
</style>
border-color css
<style>
span { border-color: #1209C6; }
span { border-color: rgb(18,9,198); }
td.TdClassName
{
border-color: #1209C6;
}
.TagClassName
{
border-color: #1209C6;
}
</style>