Html Css Color HEX #0E1ABE Medium Blue

📋 copy color: '#0E1ABE'

red 14 ◦ green 26 ◦ blue 190

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

Shades of Medium Blue #0E1ABE

Tints of Medium Blue #0E1ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.3%

 BLUE value IS 190 (74.61% from 255) = 82.61%

R = 6.09%
G = 11.3%
B = 82.61%

CMYK

 C value IS 0.93

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E1ABE (or 0x0E1ABE) is known color: Medium Blue. HEX triplet: 0E, 1A and BE. RGB value is (14,26,190). Sum of RGB (Red+Green+Blue) = 14+26+190=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 190 (74.61% from 255 or 82.61% from 230); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E1ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E1ABE is #F1E541. Grayscale: #282828. Windows color (decimal): -15852866 or 12458510. OLE color: 12458510.

HSL color Cylindrical-coordinate representation of color #0E1ABE: hue angle of 235.91º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E1ABE is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 26 190 -
CMYK 0.93 0.86 0 0.25
HSL 235.91º 0.86% 0.4% -
HSV(B) 235.91º 0.93% 0.75% -
XYZ 9.84 4.55 49.07 -
YUV 41.11 212.02 108.66 -
System Red Green Blue C M Y K H S L
Decimal 14 26 190 0.93 0.86 0 0.25 235.91 0.86 0.4
Hex E 1A BE 5D 56 0 19 EC 56 28
Octal 16 32 276 135 126 0 31 354 126 50
Binary 1110 11010 10111110 1011101 1010110 0 11001 11101100 1010110 101000

Color Harmonies of #0E1ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1ABE

Black with #0E1ABE

Text Example


Text Example

White with #0E1ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,26,190); }

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

background-color css

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

 a { background-color: rgb(14,26,190); }

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

border-color css

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

 span { border-color: rgb(14,26,190); }

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