Html Css Color HEX #141AB4 Egyptian Blue

📋 copy color: '#141AB4'

red 20 ◦ green 26 ◦ blue 180

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

Shades of Egyptian Blue #141AB4

Tints of Egyptian Blue #141AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 79.65%

R = 8.85%
G = 11.5%
B = 79.65%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#141AB4 (or 0x141AB4) is known color: Egyptian Blue. HEX triplet: 14, 1A and B4. RGB value is (20,26,180). Sum of RGB (Red+Green+Blue) = 20+26+180=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 180 (70.70% from 255 or 79.65% from 226); Max value from RGB is 180 - color contains mainly: blue. Hex color #141AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141AB4 is #EBE54B. Grayscale: #292929. Windows color (decimal): -15459660 or 11803156. OLE color: 11803156.

HSL color Cylindrical-coordinate representation of color #141AB4: hue angle of 237.75º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141AB4 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 26 180 -
CMYK 0.89 0.86 0 0.29
HSL 237.75º 0.8% 0.39% -
HSV(B) 237.75º 0.89% 0.71% -
XYZ 8.9 4.18 43.52 -
YUV 41.76 206.01 112.48 -
System Red Green Blue C M Y K H S L
Decimal 20 26 180 0.89 0.86 0 0.29 237.75 0.8 0.39
Hex 14 1A B4 59 56 0 1D EE 50 27
Octal 24 32 264 131 126 0 35 356 120 47
Binary 10100 11010 10110100 1011001 1010110 0 11101 11101110 1010000 100111

Color Harmonies of #141AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141AB4

Black with #141AB4

Text Example


Text Example

White with #141AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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