Shades of Medium Blue #1209CB
Tints of Medium Blue #1209CB
RGB
CMYK
RGB Variations
Color information
#1209CB (or 0x1209CB) is known color: Medium Blue. HEX triplet: 12, 09 and CB. RGB value is (18,9,203). Sum of RGB (Red+Green+Blue) = 18+9+203=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 203 (79.69% from 255 or 88.26% from 230); Max value from RGB is 203 - color contains mainly: blue. Hex color #1209CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1209CB is #EDF634. Grayscale: #212121. Windows color (decimal): -15595061 or 13306130. OLE color: 13306130.
HSL color Cylindrical-coordinate representation of color #1209CB: hue angle of 242.78º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1209CB is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 9 | 203 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.20 |
| HSL | 242.78º | 0.92% | 0.42% | - |
| HSV(B) | 242.78º | 0.96% | 0.8% | - |
| XYZ | 11.13 | 4.64 | 56.81 | - |
| YUV | 33.81 | 223.48 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 203 | 0.91 | 0.96 | 0 | 0.20 | 242.78 | 0.92 | 0.42 |
| Hex | 12 | 9 | CB | 5B | 60 | 0 | 14 | F3 | 5C | 2A |
| Octal | 22 | 11 | 313 | 133 | 140 | 0 | 24 | 363 | 134 | 52 |
| Binary | 10010 | 1001 | 11001011 | 1011011 | 1100000 | 0 | 10100 | 11110011 | 1011100 | 101010 |
Color Harmonies of #1209CB
Complementary color
Monochromatic Colors of #1209CB
Black with #1209CB
Text Example
Text Example
White with #1209CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1209CB; }
p { color: rgb(18,9,203); }
H1.HeaderClassName
{
color: #1209CB;
}
.AnyTagClassName
{
color: #1209CB;
}
</style>
background-color css
<style>
a { background-color: #1209CB; }
a { background-color: rgb(18,9,203); }
div.DivClassName
{
background-color: #1209CB;
}
.BgClassName
{
background-color: #1209CB;
}
</style>
border-color css
<style>
span { border-color: #1209CB; }
span { border-color: rgb(18,9,203); }
td.TdClassName
{
border-color: #1209CB;
}
.TagClassName
{
border-color: #1209CB;
}
</style>