Shades of Medium Blue #0014CE
Tints of Medium Blue #0014CE
RGB
CMYK
RGB Variations
Color information
#0014CE (or 0x0014CE) is known color: Medium Blue. HEX triplet: 00, 14 and CE. RGB value is (0,20,206). Sum of RGB (Red+Green+Blue) = 0+20+206=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 206 (80.86% from 255 or 91.15% from 226); Max value from RGB is 206 - color contains mainly: blue. Hex color #0014CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0014CE is #FFEB31. Grayscale: #222222. Windows color (decimal): -16771890 or 13505536. OLE color: 13505536.
HSL color Cylindrical-coordinate representation of color #0014CE: hue angle of 234.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0014CE is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 20 | 206 | - |
| CMYK | 1 | 0.90 | 0 | 0.19 |
| HSL | 234.17º | 1% | 0.4% | - |
| HSV(B) | 234.17º | 1% | 0.81% | - |
| XYZ | 11.39 | 4.96 | 58.75 | - |
| YUV | 35.22 | 224.37 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 206 | 1 | 0.90 | 0 | 0.19 | 234.17 | 1 | 0.4 |
| Hex | 0 | 14 | CE | 64 | 5A | 0 | 13 | EA | 64 | 28 |
| Octal | 0 | 24 | 316 | 144 | 132 | 0 | 23 | 352 | 144 | 50 |
| Binary | 0 | 10100 | 11001110 | 1100100 | 1011010 | 0 | 10011 | 11101010 | 1100100 | 101000 |
Color Harmonies of #0014CE
Complementary color
Monochromatic Colors of #0014CE
Black with #0014CE
Text Example
Text Example
White with #0014CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0014CE; }
p { color: rgb(0,20,206); }
H1.HeaderClassName
{
color: #0014CE;
}
.AnyTagClassName
{
color: #0014CE;
}
</style>
background-color css
<style>
a { background-color: #0014CE; }
a { background-color: rgb(0,20,206); }
div.DivClassName
{
background-color: #0014CE;
}
.BgClassName
{
background-color: #0014CE;
}
</style>
border-color css
<style>
span { border-color: #0014CE; }
span { border-color: rgb(0,20,206); }
td.TdClassName
{
border-color: #0014CE;
}
.TagClassName
{
border-color: #0014CE;
}
</style>