Html Css Color HEX #181EAC Egyptian Blue

📋 copy color: '#181EAC'

red 24 ◦ green 30 ◦ blue 172

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

Shades of Egyptian Blue #181EAC

Tints of Egyptian Blue #181EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 76.11%

R = 10.62%
G = 13.27%
B = 76.11%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#181EAC (or 0x181EAC) is known color: Egyptian Blue. HEX triplet: 18, 1E and AC. RGB value is (24,30,172). Sum of RGB (Red+Green+Blue) = 24+30+172=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #181EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181EAC is #E7E153. Grayscale: #2B2B2B. Windows color (decimal): -15196500 or 11279896. OLE color: 11279896.

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

Color convert

RGB 24 30 172 -
CMYK 0.86 0.83 0 0.33
HSL 237.57º 0.76% 0.38% -
HSV(B) 237.57º 0.86% 0.67% -
XYZ 8.29 4.1 39.38 -
YUV 44.39 200.01 113.45 -
System Red Green Blue C M Y K H S L
Decimal 24 30 172 0.86 0.83 0 0.33 237.57 0.76 0.38
Hex 18 1E AC 56 53 0 21 EE 4C 26
Octal 30 36 254 126 123 0 41 356 114 46
Binary 11000 11110 10101100 1010110 1010011 0 100001 11101110 1001100 100110

Color Harmonies of #181EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181EAC

Black with #181EAC

Text Example


Text Example

White with #181EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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