Html Css Color HEX #181AAE Egyptian Blue

📋 copy color: '#181AAE'

red 24 ◦ green 26 ◦ blue 174

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

Shades of Egyptian Blue #181AAE

Tints of Egyptian Blue #181AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.61%

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

R = 10.71%
G = 11.61%
B = 77.68%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#181AAE (or 0x181AAE) is known color: Egyptian Blue. HEX triplet: 18, 1A and AE. RGB value is (24,26,174). Sum of RGB (Red+Green+Blue) = 24+26+174=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 174 (68.36% from 255 or 77.68% from 224); Max value from RGB is 174 - color contains mainly: blue. Hex color #181AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181AAE is #E7E551. Grayscale: #292929. Windows color (decimal): -15197522 or 11409944. OLE color: 11409944.

HSL color Cylindrical-coordinate representation of color #181AAE: hue angle of 239.2º 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 #181AAE is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 26 174 -
CMYK 0.86 0.85 0 0.32
HSL 239.2º 0.76% 0.39% -
HSV(B) 239.2º 0.86% 0.68% -
XYZ 8.39 3.99 40.37 -
YUV 42.27 202.34 114.97 -
System Red Green Blue C M Y K H S L
Decimal 24 26 174 0.86 0.85 0 0.32 239.2 0.76 0.39
Hex 18 1A AE 56 55 0 20 EF 4C 27
Octal 30 32 256 126 125 0 40 357 114 47
Binary 11000 11010 10101110 1010110 1010101 0 100000 11101111 1001100 100111

Color Harmonies of #181AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181AAE

Black with #181AAE

Text Example


Text Example

White with #181AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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