Html Css Color HEX #0E01BE Medium Blue

📋 copy color: '#0E01BE'

red 14 ◦ green 1 ◦ blue 190

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

Shades of Medium Blue #0E01BE

Tints of Medium Blue #0E01BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 6.83%
G = 0.49%
B = 92.68%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E01BE (or 0x0E01BE) is known color: Medium Blue. HEX triplet: 0E, 01 and BE. RGB value is (14,1,190). Sum of RGB (Red+Green+Blue) = 14+1+190=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 190 (74.61% from 255 or 92.68% from 205); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E01BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E01BE is #F1FE41. Grayscale: #191919. Windows color (decimal): -15859266 or 12452110. OLE color: 12452110.

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

Color convert

RGB 14 1 190 -
CMYK 0.93 0.99 0 0.25
HSL 244.13º 0.99% 0.37% -
HSV(B) 244.13º 0.99% 0.75% -
XYZ 9.49 3.83 48.96 -
YUV 26.43 220.31 119.13 -
System Red Green Blue C M Y K H S L
Decimal 14 1 190 0.93 0.99 0 0.25 244.13 0.99 0.37
Hex E 1 BE 5D 63 0 19 F4 63 25
Octal 16 1 276 135 143 0 31 364 143 45
Binary 1110 1 10111110 1011101 1100011 0 11001 11110100 1100011 100101

Color Harmonies of #0E01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E01BE

Black with #0E01BE

Text Example


Text Example

White with #0E01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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