Shades of Medium Blue #1012D0
Tints of Medium Blue #1012D0
RGB
CMYK
RGB Variations
Color information
#1012D0 (or 0x1012D0) is known color: Medium Blue. HEX triplet: 10, 12 and D0. RGB value is (16,18,208). Sum of RGB (Red+Green+Blue) = 16+18+208=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 208 (81.64% from 255 or 85.95% from 242); Max value from RGB is 208 - color contains mainly: blue. Hex color #1012D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1012D0 is #EFED2F. Grayscale: #262626. Windows color (decimal): -15723824 or 13636112. OLE color: 13636112.
HSL color Cylindrical-coordinate representation of color #1012D0: hue angle of 239.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1012D0 is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 18 | 208 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.18 |
| HSL | 239.38º | 0.86% | 0.44% | - |
| HSV(B) | 239.38º | 0.92% | 0.82% | - |
| XYZ | 11.82 | 5.1 | 60.04 | - |
| YUV | 39.06 | 223.34 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 208 | 0.92 | 0.91 | 0 | 0.18 | 239.38 | 0.86 | 0.44 |
| Hex | 10 | 12 | D0 | 5C | 5B | 0 | 12 | EF | 56 | 2C |
| Octal | 20 | 22 | 320 | 134 | 133 | 0 | 22 | 357 | 126 | 54 |
| Binary | 10000 | 10010 | 11010000 | 1011100 | 1011011 | 0 | 10010 | 11101111 | 1010110 | 101100 |
Color Harmonies of #1012D0
Complementary color
Monochromatic Colors of #1012D0
Black with #1012D0
Text Example
Text Example
White with #1012D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1012D0; }
p { color: rgb(16,18,208); }
H1.HeaderClassName
{
color: #1012D0;
}
.AnyTagClassName
{
color: #1012D0;
}
</style>
background-color css
<style>
a { background-color: #1012D0; }
a { background-color: rgb(16,18,208); }
div.DivClassName
{
background-color: #1012D0;
}
.BgClassName
{
background-color: #1012D0;
}
</style>
border-color css
<style>
span { border-color: #1012D0; }
span { border-color: rgb(16,18,208); }
td.TdClassName
{
border-color: #1012D0;
}
.TagClassName
{
border-color: #1012D0;
}
</style>