Html Css Color HEX #141AE1 Medium Blue

📋 copy color: '#141AE1'

red 20 ◦ green 26 ◦ blue 225

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

Shades of Medium Blue #141AE1

Tints of Medium Blue #141AE1

RGB

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

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

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

R = 7.38%
G = 9.59%
B = 83.03%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#141AE1 (or 0x141AE1) is known color: Medium Blue. HEX triplet: 14, 1A and E1. RGB value is (20,26,225). Sum of RGB (Red+Green+Blue) = 20+26+225=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 225 (88.28% from 255 or 83.03% from 271); Max value from RGB is 225 - color contains mainly: blue. Hex color #141AE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141AE1 is #EBE51E. Grayscale: #2E2E2E. Windows color (decimal): -15459615 or 14752276. OLE color: 14752276.

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

Color convert

RGB 20 26 225 -
CMYK 0.91 0.88 0 0.12
HSL 238.24º 0.84% 0.48% -
HSV(B) 238.24º 0.91% 0.88% -
XYZ 14.25 6.32 71.7 -
YUV 46.89 228.51 108.82 -
System Red Green Blue C M Y K H S L
Decimal 20 26 225 0.91 0.88 0 0.12 238.24 0.84 0.48
Hex 14 1A E1 5B 58 0 C EE 54 30
Octal 24 32 341 133 130 0 14 356 124 60
Binary 10100 11010 11100001 1011011 1011000 0 1100 11101110 1010100 110000

Color Harmonies of #141AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141AE1

Black with #141AE1

Text Example


Text Example

White with #141AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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