Html Css Color HEX #1429AD Egyptian Blue

📋 copy color: '#1429AD'

red 20 ◦ green 41 ◦ blue 173

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

Shades of Egyptian Blue #1429AD

Tints of Egyptian Blue #1429AD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.52%

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

R = 8.55%
G = 17.52%
B = 73.93%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1429AD (or 0x1429AD) is known color: Egyptian Blue. HEX triplet: 14, 29 and AD. RGB value is (20,41,173). Sum of RGB (Red+Green+Blue) = 20+41+173=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 173 (67.97% from 255 or 73.93% from 234); Max value from RGB is 173 - color contains mainly: blue. Hex color #1429AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1429AD is #EBD652. Grayscale: #313131. Windows color (decimal): -15455827 or 11348244. OLE color: 11348244.

HSL color Cylindrical-coordinate representation of color #1429AD: hue angle of 231.76º 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 #1429AD is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 41 173 -
CMYK 0.88 0.76 0 0.32
HSL 231.76º 0.79% 0.38% -
HSV(B) 231.76º 0.88% 0.68% -
XYZ 8.62 4.75 40 -
YUV 49.77 197.54 106.77 -
System Red Green Blue C M Y K H S L
Decimal 20 41 173 0.88 0.76 0 0.32 231.76 0.79 0.38
Hex 14 29 AD 58 4C 0 20 E8 4F 26
Octal 24 51 255 130 114 0 40 350 117 46
Binary 10100 101001 10101101 1011000 1001100 0 100000 11101000 1001111 100110

Color Harmonies of #1429AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1429AD

Black with #1429AD

Text Example


Text Example

White with #1429AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1429AD; }

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

 H1.HeaderClassName
 {
   color: #1429AD;
 }
 .AnyTagClassName
 {
   color: #1429AD;
 }
</style>

background-color css

<style>
 a { background-color: #1429AD; }

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

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

border-color css

<style>
 span { border-color: #1429AD; }

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

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