Html Css Color HEX #1432AC Egyptian Blue

📋 copy color: '#1432AC'

red 20 ◦ green 50 ◦ blue 172

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

Shades of Egyptian Blue #1432AC

Tints of Egyptian Blue #1432AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

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

R = 8.26%
G = 20.66%
B = 71.07%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1432AC (or 0x1432AC) is known color: Egyptian Blue. HEX triplet: 14, 32 and AC. RGB value is (20,50,172). Sum of RGB (Red+Green+Blue) = 20+50+172=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #1432AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1432AC is #EBCD53. Grayscale: #363636. Windows color (decimal): -15453524 or 11285012. OLE color: 11285012.

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

Color convert

RGB 20 50 172 -
CMYK 0.88 0.71 0 0.33
HSL 228.16º 0.79% 0.38% -
HSV(B) 228.16º 0.88% 0.67% -
XYZ 8.88 5.41 39.61 -
YUV 54.94 194.06 103.08 -
System Red Green Blue C M Y K H S L
Decimal 20 50 172 0.88 0.71 0 0.33 228.16 0.79 0.38
Hex 14 32 AC 58 47 0 21 E4 4F 26
Octal 24 62 254 130 107 0 41 344 117 46
Binary 10100 110010 10101100 1011000 1000111 0 100001 11100100 1001111 100110

Color Harmonies of #1432AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1432AC

Black with #1432AC

Text Example


Text Example

White with #1432AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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