Html Css Color HEX #181EAE Egyptian Blue

📋 copy color: '#181EAE'

red 24 ◦ green 30 ◦ blue 174

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

Shades of Egyptian Blue #181EAE

Tints of Egyptian Blue #181EAE

RGB

 RED value IS 24 (9.77% from 255) = 10.53%

 GREEN value IS 30 (12.11% from 255) = 13.16%

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

R = 10.53%
G = 13.16%
B = 76.32%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#181EAE (or 0x181EAE) is known color: Egyptian Blue. HEX triplet: 18, 1E and AE. RGB value is (24,30,174). Sum of RGB (Red+Green+Blue) = 24+30+174=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 174 (68.36% from 255 or 76.32% from 228); Max value from RGB is 174 - color contains mainly: blue. Hex color #181EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181EAE is #E7E151. Grayscale: #2C2C2C. Windows color (decimal): -15196498 or 11410968. OLE color: 11410968.

HSL color Cylindrical-coordinate representation of color #181EAE: hue angle of 237.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #181EAE is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 30 174 -
CMYK 0.86 0.83 0 0.32
HSL 237.6º 0.76% 0.39% -
HSV(B) 237.6º 0.86% 0.68% -
XYZ 8.48 4.18 40.4 -
YUV 44.62 201.01 113.29 -
System Red Green Blue C M Y K H S L
Decimal 24 30 174 0.86 0.83 0 0.32 237.6 0.76 0.39
Hex 18 1E AE 56 53 0 20 EE 4C 27
Octal 30 36 256 126 123 0 40 356 114 47
Binary 11000 11110 10101110 1010110 1010011 0 100000 11101110 1001100 100111

Color Harmonies of #181EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181EAE

Black with #181EAE

Text Example


Text Example

White with #181EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181EAE; }

 p { color: rgb(24,30,174); }

 H1.HeaderClassName
 {
   color: #181EAE;
 }
 .AnyTagClassName
 {
   color: #181EAE;
 }
</style>

background-color css

<style>
 a { background-color: #181EAE; }

 a { background-color: rgb(24,30,174); }

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

border-color css

<style>
 span { border-color: #181EAE; }

 span { border-color: rgb(24,30,174); }

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