Html Css Color HEX #1424AC Egyptian Blue

📋 copy color: '#1424AC'

red 20 ◦ green 36 ◦ blue 172

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

Shades of Egyptian Blue #1424AC

Tints of Egyptian Blue #1424AC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.79%

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

R = 8.77%
G = 15.79%
B = 75.44%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1424AC (or 0x1424AC) is known color: Egyptian Blue. HEX triplet: 14, 24 and AC. RGB value is (20,36,172). Sum of RGB (Red+Green+Blue) = 20+36+172=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 172 (67.58% from 255 or 75.44% from 228); Max value from RGB is 172 - color contains mainly: blue. Hex color #1424AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1424AC is #EBDB53. Grayscale: #2E2E2E. Windows color (decimal): -15457108 or 11281428. OLE color: 11281428.

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

Color convert

RGB 20 36 172 -
CMYK 0.88 0.79 0 0.33
HSL 233.68º 0.79% 0.38% -
HSV(B) 233.68º 0.88% 0.67% -
XYZ 8.37 4.39 39.44 -
YUV 46.72 198.7 108.94 -
System Red Green Blue C M Y K H S L
Decimal 20 36 172 0.88 0.79 0 0.33 233.68 0.79 0.38
Hex 14 24 AC 58 4F 0 21 EA 4F 26
Octal 24 44 254 130 117 0 41 352 117 46
Binary 10100 100100 10101100 1011000 1001111 0 100001 11101010 1001111 100110

Color Harmonies of #1424AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1424AC

Black with #1424AC

Text Example


Text Example

White with #1424AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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