Html Css Color HEX #1434AC Egyptian Blue

📋 copy color: '#1434AC'

red 20 ◦ green 52 ◦ blue 172

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

Shades of Egyptian Blue #1434AC

Tints of Egyptian Blue #1434AC

RGB

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

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

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

R = 8.2%
G = 21.31%
B = 70.49%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1434AC (or 0x1434AC) is known color: Egyptian Blue. HEX triplet: 14, 34 and AC. RGB value is (20,52,172). Sum of RGB (Red+Green+Blue) = 20+52+172=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #1434AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1434AC is #EBCB53. Grayscale: #373737. Windows color (decimal): -15453012 or 11285524. OLE color: 11285524.

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

Color convert

RGB 20 52 172 -
CMYK 0.88 0.70 0 0.33
HSL 227.37º 0.79% 0.38% -
HSV(B) 227.37º 0.88% 0.67% -
XYZ 8.96 5.58 39.64 -
YUV 56.11 193.4 102.24 -
System Red Green Blue C M Y K H S L
Decimal 20 52 172 0.88 0.70 0 0.33 227.37 0.79 0.38
Hex 14 34 AC 58 46 0 21 E3 4F 26
Octal 24 64 254 130 106 0 41 343 117 46
Binary 10100 110100 10101100 1011000 1000110 0 100001 11100011 1001111 100110

Color Harmonies of #1434AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1434AC

Black with #1434AC

Text Example


Text Example

White with #1434AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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