Html Css Color HEX #141AAD Egyptian Blue

📋 copy color: '#141AAD'

red 20 ◦ green 26 ◦ blue 173

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

Shades of Egyptian Blue #141AAD

Tints of Egyptian Blue #141AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 79%

R = 9.13%
G = 11.87%
B = 79%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#141AAD (or 0x141AAD) is known color: Egyptian Blue. HEX triplet: 14, 1A and AD. RGB value is (20,26,173). Sum of RGB (Red+Green+Blue) = 20+26+173=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 173 (67.97% from 255 or 79.00% from 219); Max value from RGB is 173 - color contains mainly: blue. Hex color #141AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141AAD is #EBE552. Grayscale: #282828. Windows color (decimal): -15459667 or 11344404. OLE color: 11344404.

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

Color convert

RGB 20 26 173 -
CMYK 0.88 0.85 0 0.32
HSL 237.65º 0.79% 0.38% -
HSV(B) 237.65º 0.88% 0.68% -
XYZ 8.2 3.9 39.86 -
YUV 40.96 202.51 113.05 -
System Red Green Blue C M Y K H S L
Decimal 20 26 173 0.88 0.85 0 0.32 237.65 0.79 0.38
Hex 14 1A AD 58 55 0 20 EE 4F 26
Octal 24 32 255 130 125 0 40 356 117 46
Binary 10100 11010 10101101 1011000 1010101 0 100000 11101110 1001111 100110

Color Harmonies of #141AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141AAD

Black with #141AAD

Text Example


Text Example

White with #141AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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