Html Css Color HEX #140AE1 Medium Blue

📋 copy color: '#140AE1'

red 20 ◦ green 10 ◦ blue 225

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

Shades of Medium Blue #140AE1

Tints of Medium Blue #140AE1

RGB

 RED value IS 20 (8.2% from 255) = 7.84%

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

 BLUE value IS 225 (88.28% from 255) = 88.24%

R = 7.84%
G = 3.92%
B = 88.24%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#140AE1 (or 0x140AE1) is known color: Medium Blue. HEX triplet: 14, 0A and E1. RGB value is (20,10,225). Sum of RGB (Red+Green+Blue) = 20+10+225=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 225 (88.28% from 255 or 88.24% from 255); Max value from RGB is 225 - color contains mainly: blue. Hex color #140AE1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140AE1 is #EBF51E. Grayscale: #242424. Windows color (decimal): -15463711 or 14748180. OLE color: 14748180.

HSL color Cylindrical-coordinate representation of color #140AE1: hue angle of 242.79º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140AE1 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 10 225 -
CMYK 0.91 0.96 0 0.12
HSL 242.79º 0.91% 0.46% -
HSV(B) 242.79º 0.96% 0.88% -
XYZ 13.99 5.8 71.62 -
YUV 37.5 233.81 115.52 -
System Red Green Blue C M Y K H S L
Decimal 20 10 225 0.91 0.96 0 0.12 242.79 0.91 0.46
Hex 14 A E1 5B 60 0 C F3 5B 2E
Octal 24 12 341 133 140 0 14 363 133 56
Binary 10100 1010 11100001 1011011 1100000 0 1100 11110011 1011011 101110

Color Harmonies of #140AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140AE1

Black with #140AE1

Text Example


Text Example

White with #140AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140AE1; }

 p { color: rgb(20,10,225); }

 H1.HeaderClassName
 {
   color: #140AE1;
 }
 .AnyTagClassName
 {
   color: #140AE1;
 }
</style>

background-color css

<style>
 a { background-color: #140AE1; }

 a { background-color: rgb(20,10,225); }

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

border-color css

<style>
 span { border-color: #140AE1; }

 span { border-color: rgb(20,10,225); }

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