Html Css Color HEX #141AB1 Egyptian Blue

📋 copy color: '#141AB1'

red 20 ◦ green 26 ◦ blue 177

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

Shades of Egyptian Blue #141AB1

Tints of Egyptian Blue #141AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 79.37%

R = 8.97%
G = 11.66%
B = 79.37%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#141AB1 (or 0x141AB1) is known color: Egyptian Blue. HEX triplet: 14, 1A and B1. RGB value is (20,26,177). Sum of RGB (Red+Green+Blue) = 20+26+177=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 177 (69.53% from 255 or 79.37% from 223); Max value from RGB is 177 - color contains mainly: blue. Hex color #141AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141AB1 is #EBE54E. Grayscale: #282828. Windows color (decimal): -15459663 or 11606548. OLE color: 11606548.

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

Color convert

RGB 20 26 177 -
CMYK 0.89 0.85 0 0.31
HSL 237.71º 0.8% 0.39% -
HSV(B) 237.71º 0.89% 0.69% -
XYZ 8.59 4.06 41.93 -
YUV 41.42 204.51 112.72 -
System Red Green Blue C M Y K H S L
Decimal 20 26 177 0.89 0.85 0 0.31 237.71 0.8 0.39
Hex 14 1A B1 59 55 0 1F EE 50 27
Octal 24 32 261 131 125 0 37 356 120 47
Binary 10100 11010 10110001 1011001 1010101 0 11111 11101110 1010000 100111

Color Harmonies of #141AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141AB1

Black with #141AB1

Text Example


Text Example

White with #141AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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