Shades of Medium Blue #1200CF
Tints of Medium Blue #1200CF
RGB
CMYK
RGB Variations
Color information
#1200CF (or 0x1200CF) is known color: Medium Blue. HEX triplet: 12, 00 and CF. RGB value is (18,0,207). Sum of RGB (Red+Green+Blue) = 18+0+207=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 207 (81.25% from 255 or 92% from 225); Max value from RGB is 207 - color contains mainly: blue. Hex color #1200CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1200CF is #EDFF30. Grayscale: #1C1C1C. Windows color (decimal): -15597361 or 13565970. OLE color: 13565970.
HSL color Cylindrical-coordinate representation of color #1200CF: hue angle of 245.22º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1200CF is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 0 | 207 | - |
| CMYK | 0.91 | 1 | 0 | 0.19 |
| HSL | 245.22º | 1% | 0.41% | - |
| HSV(B) | 245.22º | 1% | 0.81% | - |
| XYZ | 11.51 | 4.63 | 59.32 | - |
| YUV | 28.98 | 228.46 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 207 | 0.91 | 1 | 0 | 0.19 | 245.22 | 1 | 0.41 |
| Hex | 12 | 0 | CF | 5B | 64 | 0 | 13 | F5 | 64 | 29 |
| Octal | 22 | 0 | 317 | 133 | 144 | 0 | 23 | 365 | 144 | 51 |
| Binary | 10010 | 0 | 11001111 | 1011011 | 1100100 | 0 | 10011 | 11110101 | 1100100 | 101001 |
Color Harmonies of #1200CF
Complementary color
Monochromatic Colors of #1200CF
Black with #1200CF
Text Example
Text Example
White with #1200CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1200CF; }
p { color: rgb(18,0,207); }
H1.HeaderClassName
{
color: #1200CF;
}
.AnyTagClassName
{
color: #1200CF;
}
</style>
background-color css
<style>
a { background-color: #1200CF; }
a { background-color: rgb(18,0,207); }
div.DivClassName
{
background-color: #1200CF;
}
.BgClassName
{
background-color: #1200CF;
}
</style>
border-color css
<style>
span { border-color: #1200CF; }
span { border-color: rgb(18,0,207); }
td.TdClassName
{
border-color: #1200CF;
}
.TagClassName
{
border-color: #1200CF;
}
</style>