Html Css Color HEX #0E0BBA Medium Blue

📋 copy color: '#0E0BBA'

red 14 ◦ green 11 ◦ blue 186

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

Shades of Medium Blue #0E0BBA

Tints of Medium Blue #0E0BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.21%

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

R = 6.64%
G = 5.21%
B = 88.15%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E0BBA (or 0x0E0BBA) is known color: Medium Blue. HEX triplet: 0E, 0B and BA. RGB value is (14,11,186). Sum of RGB (Red+Green+Blue) = 14+11+186=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 186 (73.05% from 255 or 88.15% from 211); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E0BBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0BBA is #F1F445. Grayscale: #1F1F1F. Windows color (decimal): -15856710 or 12192526. OLE color: 12192526.

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

Color convert

RGB 14 11 186 -
CMYK 0.92 0.94 0 0.27
HSL 241.03º 0.89% 0.39% -
HSV(B) 241.03º 0.94% 0.73% -
XYZ 9.16 3.88 46.72 -
YUV 31.85 214.99 115.27 -
System Red Green Blue C M Y K H S L
Decimal 14 11 186 0.92 0.94 0 0.27 241.03 0.89 0.39
Hex E B BA 5C 5E 0 1B F1 59 27
Octal 16 13 272 134 136 0 33 361 131 47
Binary 1110 1011 10111010 1011100 1011110 0 11011 11110001 1011001 100111

Color Harmonies of #0E0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0BBA

Black with #0E0BBA

Text Example


Text Example

White with #0E0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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