Html Css Color HEX #1434AD Egyptian Blue

📋 copy color: '#1434AD'

red 20 ◦ green 52 ◦ blue 173

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

Shades of Egyptian Blue #1434AD

Tints of Egyptian Blue #1434AD

RGB

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

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

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

R = 8.16%
G = 21.22%
B = 70.61%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1434AD (or 0x1434AD) is known color: Egyptian Blue. HEX triplet: 14, 34 and AD. RGB value is (20,52,173). Sum of RGB (Red+Green+Blue) = 20+52+173=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #1434AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1434AD is #EBCB52. Grayscale: #373737. Windows color (decimal): -15453011 or 11351060. OLE color: 11351060.

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

Color convert

RGB 20 52 173 -
CMYK 0.88 0.70 0 0.32
HSL 227.45º 0.79% 0.38% -
HSV(B) 227.45º 0.88% 0.68% -
XYZ 9.06 5.62 40.14 -
YUV 56.23 193.9 102.16 -
System Red Green Blue C M Y K H S L
Decimal 20 52 173 0.88 0.70 0 0.32 227.45 0.79 0.38
Hex 14 34 AD 58 46 0 20 E3 4F 26
Octal 24 64 255 130 106 0 40 343 117 46
Binary 10100 110100 10101101 1011000 1000110 0 100000 11100011 1001111 100110

Color Harmonies of #1434AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1434AD

Black with #1434AD

Text Example


Text Example

White with #1434AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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