Html Css Color HEX #0E0ABA Medium Blue

📋 copy color: '#0E0ABA'

red 14 ◦ green 10 ◦ blue 186

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

Shades of Medium Blue #0E0ABA

Tints of Medium Blue #0E0ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.76%

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

R = 6.67%
G = 4.76%
B = 88.57%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E0ABA (or 0x0E0ABA) is known color: Medium Blue. HEX triplet: 0E, 0A and BA. RGB value is (14,10,186). Sum of RGB (Red+Green+Blue) = 14+10+186=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 186 (73.05% from 255 or 88.57% from 210); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E0ABA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0ABA is #F1F545. Grayscale: #1E1E1E. Windows color (decimal): -15856966 or 12192270. OLE color: 12192270.

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

Color convert

RGB 14 10 186 -
CMYK 0.92 0.95 0 0.27
HSL 241.36º 0.9% 0.38% -
HSV(B) 241.36º 0.95% 0.73% -
XYZ 9.15 3.86 46.72 -
YUV 31.26 215.33 115.69 -
System Red Green Blue C M Y K H S L
Decimal 14 10 186 0.92 0.95 0 0.27 241.36 0.9 0.38
Hex E A BA 5C 5F 0 1B F1 5A 26
Octal 16 12 272 134 137 0 33 361 132 46
Binary 1110 1010 10111010 1011100 1011111 0 11011 11110001 1011010 100110

Color Harmonies of #0E0ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0ABA

Black with #0E0ABA

Text Example


Text Example

White with #0E0ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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