Html Css Color HEX #1E23AD Egyptian Blue

📋 copy color: '#1E23AD'

red 30 ◦ green 35 ◦ blue 173

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

Shades of Egyptian Blue #1E23AD

Tints of Egyptian Blue #1E23AD

RGB

 RED value IS 30 (12.11% from 255) = 12.61%

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

 BLUE value IS 173 (67.97% from 255) = 72.69%

R = 12.61%
G = 14.71%
B = 72.69%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E23AD (or 0x1E23AD) is known color: Egyptian Blue. HEX triplet: 1E, 23 and AD. RGB value is (30,35,173). Sum of RGB (Red+Green+Blue) = 30+35+173=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 173 (67.97% from 255 or 72.69% from 238); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E23AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E23AD is #E1DC52. Grayscale: #303030. Windows color (decimal): -14802003 or 11346718. OLE color: 11346718.

HSL color Cylindrical-coordinate representation of color #1E23AD: hue angle of 237.9º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E23AD is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 30 35 173 -
CMYK 0.83 0.80 0 0.32
HSL 237.9º 0.7% 0.4% -
HSV(B) 237.9º 0.83% 0.68% -
XYZ 8.68 4.5 39.95 -
YUV 49.24 197.84 114.28 -
System Red Green Blue C M Y K H S L
Decimal 30 35 173 0.83 0.80 0 0.32 237.9 0.7 0.4
Hex 1E 23 AD 53 50 0 20 EE 46 28
Octal 36 43 255 123 120 0 40 356 106 50
Binary 11110 100011 10101101 1010011 1010000 0 100000 11101110 1000110 101000

Color Harmonies of #1E23AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E23AD

Black with #1E23AD

Text Example


Text Example

White with #1E23AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E23AD; }

 p { color: rgb(30,35,173); }

 H1.HeaderClassName
 {
   color: #1E23AD;
 }
 .AnyTagClassName
 {
   color: #1E23AD;
 }
</style>

background-color css

<style>
 a { background-color: #1E23AD; }

 a { background-color: rgb(30,35,173); }

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

border-color css

<style>
 span { border-color: #1E23AD; }

 span { border-color: rgb(30,35,173); }

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