Html Css Color HEX #1434AE Egyptian Blue

📋 copy color: '#1434AE'

red 20 ◦ green 52 ◦ blue 174

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

Shades of Egyptian Blue #1434AE

Tints of Egyptian Blue #1434AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 70.73%

R = 8.13%
G = 21.14%
B = 70.73%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1434AE (or 0x1434AE) is known color: Egyptian Blue. HEX triplet: 14, 34 and AE. RGB value is (20,52,174). Sum of RGB (Red+Green+Blue) = 20+52+174=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #1434AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1434AE is #EBCB51. Grayscale: #373737. Windows color (decimal): -15453010 or 11416596. OLE color: 11416596.

HSL color Cylindrical-coordinate representation of color #1434AE: hue angle of 227.53º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1434AE is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 52 174 -
CMYK 0.89 0.70 0 0.32
HSL 227.53º 0.79% 0.38% -
HSV(B) 227.53º 0.89% 0.68% -
XYZ 9.16 5.66 40.65 -
YUV 56.34 194.4 102.08 -
System Red Green Blue C M Y K H S L
Decimal 20 52 174 0.89 0.70 0 0.32 227.53 0.79 0.38
Hex 14 34 AE 59 46 0 20 E4 4F 26
Octal 24 64 256 131 106 0 40 344 117 46
Binary 10100 110100 10101110 1011001 1000110 0 100000 11100100 1001111 100110

Color Harmonies of #1434AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1434AE

Black with #1434AE

Text Example


Text Example

White with #1434AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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