#0E11CA

Color #0E11CA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0E11CA

Tints of Medium Blue #0E11CA

Color information

#0E11CA (or 0x0E11CA) is unknown color: approx Medium Blue. HEX triplet: 0E, 11 and CA. RGB value is (14,17,202). Sum of RGB (Red+Green+Blue) = 14+17+202=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 202 (79.30% from 255 or 86.70% from 233); Max value from RGB is 202 - color contains mainly: blue. Hex color #0E11CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E11CA is #F1EE35. Grayscale: #242424. Windows color (decimal): -15855158 or 13242638. OLE color: 13242638.

HSL color Cylindrical-coordinate representation of color #0E11CA: hue angle of 239.04º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E11CA is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1417202-
CMYK0.930.9200.21
HSL239.04º87.04%42.35%-
HSV(B)239.04º93.07%79.22%-
XYZ11.044.7656.21-
YUV37.19221.01111.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 6.01%
GREEN value IS 17 (7.03% from 255) = 7.30%
BLUE value IS 202 (79.30% from 255) = 86.70%
R=6.01%
G=7.30%
B=86.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14172020.930.9200.21239.0487.0442.35
HexE11CA5D5C015ef572a
Octal162131213513402535712752
Binary1110100011100101010111011011100010101111011111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E11CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E11CA; }

 p { color: rgb(14,17,202); }

 H1.HeaderClassName
 {
   color: #0E11CA;
 }
 .AnyTagClassName
 {
   color: #0E11CA;
 }
</style>
background-color css

<style>
 a { background-color: #0E11CA; }

 a { background-color: rgb(14,17,202); }

 div.DivClassName
 {
   background-color: #0E11CA;
 }
 .BgClassName
 {
   background-color: #0E11CA;
 }
</style>
border-color css

<style>
 span { border-color: #0E11CA; }

 span { border-color: rgb(14,17,202); }

 td.TdClassName
 {
   border-color: #0E11CA;
 }
 .TagClassName
 {
   border-color: #0E11CA;
 }
</style>