Shades of Medium Blue #1014B8
Tints of Medium Blue #1014B8
RGB
CMYK
RGB Variations
Color information
#1014B8 (or 0x1014B8) is known color: Medium Blue. HEX triplet: 10, 14 and B8. RGB value is (16,20,184). Sum of RGB (Red+Green+Blue) = 16+20+184=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 184 (72.27% from 255 or 83.64% from 220); Max value from RGB is 184 - color contains mainly: blue. Hex color #1014B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1014B8 is #EFEB47. Grayscale: #242424. Windows color (decimal): -15723336 or 12063760. OLE color: 12063760.
HSL color Cylindrical-coordinate representation of color #1014B8: hue angle of 238.57º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1014B8 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 20 | 184 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.28 |
| HSL | 238.57º | 0.84% | 0.39% | - |
| HSV(B) | 238.57º | 0.91% | 0.72% | - |
| XYZ | 9.12 | 4.07 | 45.65 | - |
| YUV | 37.5 | 210.67 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 184 | 0.91 | 0.89 | 0 | 0.28 | 238.57 | 0.84 | 0.39 |
| Hex | 10 | 14 | B8 | 5B | 59 | 0 | 1C | EF | 54 | 27 |
| Octal | 20 | 24 | 270 | 133 | 131 | 0 | 34 | 357 | 124 | 47 |
| Binary | 10000 | 10100 | 10111000 | 1011011 | 1011001 | 0 | 11100 | 11101111 | 1010100 | 100111 |
Color Harmonies of #1014B8
Complementary color
Monochromatic Colors of #1014B8
Black with #1014B8
Text Example
Text Example
White with #1014B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1014B8; }
p { color: rgb(16,20,184); }
H1.HeaderClassName
{
color: #1014B8;
}
.AnyTagClassName
{
color: #1014B8;
}
</style>
background-color css
<style>
a { background-color: #1014B8; }
a { background-color: rgb(16,20,184); }
div.DivClassName
{
background-color: #1014B8;
}
.BgClassName
{
background-color: #1014B8;
}
</style>
border-color css
<style>
span { border-color: #1014B8; }
span { border-color: rgb(16,20,184); }
td.TdClassName
{
border-color: #1014B8;
}
.TagClassName
{
border-color: #1014B8;
}
</style>