Shades of Medium Blue #1204CE
Tints of Medium Blue #1204CE
RGB
CMYK
RGB Variations
Color information
#1204CE (or 0x1204CE) is known color: Medium Blue. HEX triplet: 12, 04 and CE. RGB value is (18,4,206). Sum of RGB (Red+Green+Blue) = 18+4+206=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 206 (80.86% from 255 or 90.35% from 228); Max value from RGB is 206 - color contains mainly: blue. Hex color #1204CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1204CE is #EDFB31. Grayscale: #1E1E1E. Windows color (decimal): -15596338 or 13501458. OLE color: 13501458.
HSL color Cylindrical-coordinate representation of color #1204CE: hue angle of 244.16º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1204CE is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 4 | 206 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.19 |
| HSL | 244.16º | 0.96% | 0.41% | - |
| HSV(B) | 244.16º | 0.98% | 0.81% | - |
| XYZ | 11.43 | 4.67 | 58.69 | - |
| YUV | 31.21 | 226.64 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 206 | 0.91 | 0.98 | 0 | 0.19 | 244.16 | 0.96 | 0.41 |
| Hex | 12 | 4 | CE | 5B | 62 | 0 | 13 | F4 | 60 | 29 |
| Octal | 22 | 4 | 316 | 133 | 142 | 0 | 23 | 364 | 140 | 51 |
| Binary | 10010 | 100 | 11001110 | 1011011 | 1100010 | 0 | 10011 | 11110100 | 1100000 | 101001 |
Color Harmonies of #1204CE
Complementary color
Monochromatic Colors of #1204CE
Black with #1204CE
Text Example
Text Example
White with #1204CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1204CE; }
p { color: rgb(18,4,206); }
H1.HeaderClassName
{
color: #1204CE;
}
.AnyTagClassName
{
color: #1204CE;
}
</style>
background-color css
<style>
a { background-color: #1204CE; }
a { background-color: rgb(18,4,206); }
div.DivClassName
{
background-color: #1204CE;
}
.BgClassName
{
background-color: #1204CE;
}
</style>
border-color css
<style>
span { border-color: #1204CE; }
span { border-color: rgb(18,4,206); }
td.TdClassName
{
border-color: #1204CE;
}
.TagClassName
{
border-color: #1204CE;
}
</style>