Shades of Medium Blue #0E05CB
Tints of Medium Blue #0E05CB
RGB
CMYK
RGB Variations
Color information
#0E05CB (or 0x0E05CB) is known color: Medium Blue. HEX triplet: 0E, 05 and CB. RGB value is (14,5,203). Sum of RGB (Red+Green+Blue) = 14+5+203=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 203 (79.69% from 255 or 91.44% from 222); Max value from RGB is 203 - color contains mainly: blue. Hex color #0E05CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E05CB is #F1FA34. Grayscale: #1D1D1D. Windows color (decimal): -15858229 or 13305102. OLE color: 13305102.
HSL color Cylindrical-coordinate representation of color #0E05CB: hue angle of 242.73º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E05CB is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 5 | 203 | - |
| CMYK | 0.93 | 0.98 | 0 | 0.20 |
| HSL | 242.73º | 0.95% | 0.41% | - |
| HSV(B) | 242.73º | 0.98% | 0.8% | - |
| XYZ | 11.01 | 4.51 | 56.79 | - |
| YUV | 30.26 | 225.48 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 5 | 203 | 0.93 | 0.98 | 0 | 0.20 | 242.73 | 0.95 | 0.41 |
| Hex | E | 5 | CB | 5D | 62 | 0 | 14 | F3 | 5F | 29 |
| Octal | 16 | 5 | 313 | 135 | 142 | 0 | 24 | 363 | 137 | 51 |
| Binary | 1110 | 101 | 11001011 | 1011101 | 1100010 | 0 | 10100 | 11110011 | 1011111 | 101001 |
Color Harmonies of #0E05CB
Complementary color
Monochromatic Colors of #0E05CB
Black with #0E05CB
Text Example
Text Example
White with #0E05CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E05CB; }
p { color: rgb(14,5,203); }
H1.HeaderClassName
{
color: #0E05CB;
}
.AnyTagClassName
{
color: #0E05CB;
}
</style>
background-color css
<style>
a { background-color: #0E05CB; }
a { background-color: rgb(14,5,203); }
div.DivClassName
{
background-color: #0E05CB;
}
.BgClassName
{
background-color: #0E05CB;
}
</style>
border-color css
<style>
span { border-color: #0E05CB; }
span { border-color: rgb(14,5,203); }
td.TdClassName
{
border-color: #0E05CB;
}
.TagClassName
{
border-color: #0E05CB;
}
</style>