Html Css Color HEX #141DAC Egyptian Blue

📋 copy color: '#141DAC'

red 20 ◦ green 29 ◦ blue 172

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

Shades of Egyptian Blue #141DAC

Tints of Egyptian Blue #141DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 77.83%

R = 9.05%
G = 13.12%
B = 77.83%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#141DAC (or 0x141DAC) is known color: Egyptian Blue. HEX triplet: 14, 1D and AC. RGB value is (20,29,172). Sum of RGB (Red+Green+Blue) = 20+29+172=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #141DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141DAC is #EBE253. Grayscale: #2A2A2A. Windows color (decimal): -15458900 or 11279636. OLE color: 11279636.

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

Color convert

RGB 20 29 172 -
CMYK 0.88 0.83 0 0.33
HSL 236.45º 0.79% 0.38% -
HSV(B) 236.45º 0.88% 0.67% -
XYZ 8.17 4.01 39.37 -
YUV 42.61 201.02 111.87 -
System Red Green Blue C M Y K H S L
Decimal 20 29 172 0.88 0.83 0 0.33 236.45 0.79 0.38
Hex 14 1D AC 58 53 0 21 EC 4F 26
Octal 24 35 254 130 123 0 41 354 117 46
Binary 10100 11101 10101100 1011000 1010011 0 100001 11101100 1001111 100110

Color Harmonies of #141DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141DAC

Black with #141DAC

Text Example


Text Example

White with #141DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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