Html Css Color HEX #1428AE Egyptian Blue

📋 copy color: '#1428AE'

red 20 ◦ green 40 ◦ blue 174

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

Shades of Egyptian Blue #1428AE

Tints of Egyptian Blue #1428AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.09%

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

R = 8.55%
G = 17.09%
B = 74.36%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1428AE (or 0x1428AE) is known color: Egyptian Blue. HEX triplet: 14, 28 and AE. RGB value is (20,40,174). Sum of RGB (Red+Green+Blue) = 20+40+174=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 174 (68.36% from 255 or 74.36% from 234); Max value from RGB is 174 - color contains mainly: blue. Hex color #1428AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1428AE is #EBD751. Grayscale: #303030. Windows color (decimal): -15456082 or 11413524. OLE color: 11413524.

HSL color Cylindrical-coordinate representation of color #1428AE: hue angle of 232.21º 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 #1428AE is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 40 174 -
CMYK 0.89 0.77 0 0.32
HSL 232.21º 0.79% 0.38% -
HSV(B) 232.21º 0.89% 0.68% -
XYZ 8.69 4.72 40.5 -
YUV 49.3 198.37 107.1 -
System Red Green Blue C M Y K H S L
Decimal 20 40 174 0.89 0.77 0 0.32 232.21 0.79 0.38
Hex 14 28 AE 59 4D 0 20 E8 4F 26
Octal 24 50 256 131 115 0 40 350 117 46
Binary 10100 101000 10101110 1011001 1001101 0 100000 11101000 1001111 100110

Color Harmonies of #1428AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1428AE

Black with #1428AE

Text Example


Text Example

White with #1428AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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