Html Css Color HEX #141DA2 Egyptian Blue

📋 copy color: '#141DA2'

red 20 ◦ green 29 ◦ blue 162

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

Shades of Egyptian Blue #141DA2

Tints of Egyptian Blue #141DA2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.74%

 BLUE value IS 162 (63.67% from 255) = 76.78%

R = 9.48%
G = 13.74%
B = 76.78%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#141DA2 (or 0x141DA2) is known color: Egyptian Blue. HEX triplet: 14, 1D and A2. RGB value is (20,29,162). Sum of RGB (Red+Green+Blue) = 20+29+162=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 162 (63.67% from 255 or 76.78% from 211); Max value from RGB is 162 - color contains mainly: blue. Hex color #141DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141DA2 is #EBE25D. Grayscale: #282828. Windows color (decimal): -15458910 or 10624276. OLE color: 10624276.

HSL color Cylindrical-coordinate representation of color #141DA2: hue angle of 236.2º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141DA2 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 29 162 -
CMYK 0.88 0.82 0 0.36
HSL 236.2º 0.78% 0.36% -
HSV(B) 236.2º 0.88% 0.64% -
XYZ 7.25 3.64 34.5 -
YUV 41.47 196.02 112.69 -
System Red Green Blue C M Y K H S L
Decimal 20 29 162 0.88 0.82 0 0.36 236.2 0.78 0.36
Hex 14 1D A2 58 52 0 24 EC 4E 24
Octal 24 35 242 130 122 0 44 354 116 44
Binary 10100 11101 10100010 1011000 1010010 0 100100 11101100 1001110 100100

Color Harmonies of #141DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141DA2

Black with #141DA2

Text Example


Text Example

White with #141DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,29,162); }

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

background-color css

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

 a { background-color: rgb(20,29,162); }

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

border-color css

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

 span { border-color: rgb(20,29,162); }

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