Html Css Color HEX #0E11BA Medium Blue

📋 copy color: '#0E11BA'

red 14 ◦ green 17 ◦ blue 186

#0E11BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #0E11BA

Tints of Medium Blue #0E11BA

RGB

 RED value IS 14 (5.86% from 255) = 6.45%

 GREEN value IS 17 (7.03% from 255) = 7.83%

 BLUE value IS 186 (73.05% from 255) = 85.71%

R = 6.45%
G = 7.83%
B = 85.71%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E11BA (or 0x0E11BA) is known color: Medium Blue. HEX triplet: 0E, 11 and BA. RGB value is (14,17,186). Sum of RGB (Red+Green+Blue) = 14+17+186=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 186 (73.05% from 255 or 85.71% from 217); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E11BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E11BA is #F1EE45. Grayscale: #222222. Windows color (decimal): -15855174 or 12194062. OLE color: 12194062.

HSL color Cylindrical-coordinate representation of color #0E11BA: hue angle of 238.95º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E11BA is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 17 186 -
CMYK 0.92 0.91 0 0.27
HSL 238.95º 0.86% 0.39% -
HSV(B) 238.95º 0.92% 0.73% -
XYZ 9.24 4.04 46.75 -
YUV 35.37 213.01 112.76 -
System Red Green Blue C M Y K H S L
Decimal 14 17 186 0.92 0.91 0 0.27 238.95 0.86 0.39
Hex E 11 BA 5C 5B 0 1B EF 56 27
Octal 16 21 272 134 133 0 33 357 126 47
Binary 1110 10001 10111010 1011100 1011011 0 11011 11101111 1010110 100111

Color Harmonies of #0E11BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E11BA

Black with #0E11BA

Text Example


Text Example

White with #0E11BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E11BA;
 }
 .AnyTagClassName
 {
   color: #0E11BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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