Html Css Color HEX #1423A4 Egyptian Blue

📋 copy color: '#1423A4'

red 20 ◦ green 35 ◦ blue 164

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

Shades of Egyptian Blue #1423A4

Tints of Egyptian Blue #1423A4

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.98%

 BLUE value IS 164 (64.45% from 255) = 74.89%

R = 9.13%
G = 15.98%
B = 74.89%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1423A4 (or 0x1423A4) is known color: Egyptian Blue. HEX triplet: 14, 23 and A4. RGB value is (20,35,164). Sum of RGB (Red+Green+Blue) = 20+35+164=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 164 (64.45% from 255 or 74.89% from 219); Max value from RGB is 164 - color contains mainly: blue. Hex color #1423A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1423A4 is #EBDC5B. Grayscale: #2C2C2C. Windows color (decimal): -15457372 or 10756884. OLE color: 10756884.

HSL color Cylindrical-coordinate representation of color #1423A4: hue angle of 233.75º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1423A4 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 35 164 -
CMYK 0.88 0.79 0 0.36
HSL 233.75º 0.78% 0.36% -
HSV(B) 233.75º 0.88% 0.64% -
XYZ 7.59 4.03 35.5 -
YUV 45.22 195.03 110.01 -
System Red Green Blue C M Y K H S L
Decimal 20 35 164 0.88 0.79 0 0.36 233.75 0.78 0.36
Hex 14 23 A4 58 4F 0 24 EA 4E 24
Octal 24 43 244 130 117 0 44 352 116 44
Binary 10100 100011 10100100 1011000 1001111 0 100100 11101010 1001110 100100

Color Harmonies of #1423A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1423A4

Black with #1423A4

Text Example


Text Example

White with #1423A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1423A4; }

 p { color: rgb(20,35,164); }

 H1.HeaderClassName
 {
   color: #1423A4;
 }
 .AnyTagClassName
 {
   color: #1423A4;
 }
</style>

background-color css

<style>
 a { background-color: #1423A4; }

 a { background-color: rgb(20,35,164); }

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

border-color css

<style>
 span { border-color: #1423A4; }

 span { border-color: rgb(20,35,164); }

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