Html Css Color HEX #141AAA Egyptian Blue

📋 copy color: '#141AAA'

red 20 ◦ green 26 ◦ blue 170

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

Shades of Egyptian Blue #141AAA

Tints of Egyptian Blue #141AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 78.7%

R = 9.26%
G = 12.04%
B = 78.7%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#141AAA (or 0x141AAA) is known color: Egyptian Blue. HEX triplet: 14, 1A and AA. RGB value is (20,26,170). Sum of RGB (Red+Green+Blue) = 20+26+170=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 170 (66.80% from 255 or 78.70% from 216); Max value from RGB is 170 - color contains mainly: blue. Hex color #141AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141AAA is #EBE555. Grayscale: #282828. Windows color (decimal): -15459670 or 11147796. OLE color: 11147796.

HSL color Cylindrical-coordinate representation of color #141AAA: hue angle of 237.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141AAA is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 26 170 -
CMYK 0.88 0.85 0 0.33
HSL 237.6º 0.79% 0.37% -
HSV(B) 237.6º 0.88% 0.67% -
XYZ 7.91 3.79 38.34 -
YUV 40.62 201.01 113.29 -
System Red Green Blue C M Y K H S L
Decimal 20 26 170 0.88 0.85 0 0.33 237.6 0.79 0.37
Hex 14 1A AA 58 55 0 21 EE 4F 25
Octal 24 32 252 130 125 0 41 356 117 45
Binary 10100 11010 10101010 1011000 1010101 0 100001 11101110 1001111 100101

Color Harmonies of #141AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141AAA

Black with #141AAA

Text Example


Text Example

White with #141AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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