Html Css Color HEX #141DA6 Egyptian Blue

📋 copy color: '#141DA6'

red 20 ◦ green 29 ◦ blue 166

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

Shades of Egyptian Blue #141DA6

Tints of Egyptian Blue #141DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 77.21%

R = 9.3%
G = 13.49%
B = 77.21%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#141DA6 (or 0x141DA6) is known color: Egyptian Blue. HEX triplet: 14, 1D and A6. RGB value is (20,29,166). Sum of RGB (Red+Green+Blue) = 20+29+166=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 166 (65.23% from 255 or 77.21% from 215); Max value from RGB is 166 - color contains mainly: blue. Hex color #141DA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141DA6 is #EBE259. Grayscale: #292929. Windows color (decimal): -15458906 or 10886420. OLE color: 10886420.

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

Color convert

RGB 20 29 166 -
CMYK 0.88 0.83 0 0.35
HSL 236.3º 0.78% 0.36% -
HSV(B) 236.3º 0.88% 0.65% -
XYZ 7.61 3.78 36.41 -
YUV 41.93 198.02 112.36 -
System Red Green Blue C M Y K H S L
Decimal 20 29 166 0.88 0.83 0 0.35 236.3 0.78 0.36
Hex 14 1D A6 58 53 0 23 EC 4E 24
Octal 24 35 246 130 123 0 43 354 116 44
Binary 10100 11101 10100110 1011000 1010011 0 100011 11101100 1001110 100100

Color Harmonies of #141DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141DA6

Black with #141DA6

Text Example


Text Example

White with #141DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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