Html Css Color HEX #1434AA Egyptian Blue

📋 copy color: '#1434AA'

red 20 ◦ green 52 ◦ blue 170

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

Shades of Egyptian Blue #1434AA

Tints of Egyptian Blue #1434AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

 BLUE value IS 170 (66.8% from 255) = 70.25%

R = 8.26%
G = 21.49%
B = 70.25%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1434AA (or 0x1434AA) is known color: Egyptian Blue. HEX triplet: 14, 34 and AA. RGB value is (20,52,170). Sum of RGB (Red+Green+Blue) = 20+52+170=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #1434AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1434AA is #EBCB55. Grayscale: #373737. Windows color (decimal): -15453014 or 11154452. OLE color: 11154452.

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

Color convert

RGB 20 52 170 -
CMYK 0.88 0.69 0 0.33
HSL 227.2º 0.79% 0.37% -
HSV(B) 227.2º 0.88% 0.67% -
XYZ 8.77 5.51 38.63 -
YUV 55.88 192.4 102.41 -
System Red Green Blue C M Y K H S L
Decimal 20 52 170 0.88 0.69 0 0.33 227.2 0.79 0.37
Hex 14 34 AA 58 45 0 21 E3 4F 25
Octal 24 64 252 130 105 0 41 343 117 45
Binary 10100 110100 10101010 1011000 1000101 0 100001 11100011 1001111 100101

Color Harmonies of #1434AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1434AA

Black with #1434AA

Text Example


Text Example

White with #1434AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1434AA; }

 p { color: rgb(20,52,170); }

 H1.HeaderClassName
 {
   color: #1434AA;
 }
 .AnyTagClassName
 {
   color: #1434AA;
 }
</style>

background-color css

<style>
 a { background-color: #1434AA; }

 a { background-color: rgb(20,52,170); }

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

border-color css

<style>
 span { border-color: #1434AA; }

 span { border-color: rgb(20,52,170); }

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