Html Css Color HEX #181EA6 Egyptian Blue

📋 copy color: '#181EA6'

red 24 ◦ green 30 ◦ blue 166

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

Shades of Egyptian Blue #181EA6

Tints of Egyptian Blue #181EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 75.45%

R = 10.91%
G = 13.64%
B = 75.45%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#181EA6 (or 0x181EA6) is known color: Egyptian Blue. HEX triplet: 18, 1E and A6. RGB value is (24,30,166). Sum of RGB (Red+Green+Blue) = 24+30+166=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 166 (65.23% from 255 or 75.45% from 220); Max value from RGB is 166 - color contains mainly: blue. Hex color #181EA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181EA6 is #E7E159. Grayscale: #2B2B2B. Windows color (decimal): -15196506 or 10886680. OLE color: 10886680.

HSL color Cylindrical-coordinate representation of color #181EA6: hue angle of 237.46º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #181EA6 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 30 166 -
CMYK 0.86 0.82 0 0.35
HSL 237.46º 0.75% 0.37% -
HSV(B) 237.46º 0.86% 0.65% -
XYZ 7.72 3.88 36.42 -
YUV 43.71 197.01 113.94 -
System Red Green Blue C M Y K H S L
Decimal 24 30 166 0.86 0.82 0 0.35 237.46 0.75 0.37
Hex 18 1E A6 56 52 0 23 ED 4B 25
Octal 30 36 246 126 122 0 43 355 113 45
Binary 11000 11110 10100110 1010110 1010010 0 100011 11101101 1001011 100101

Color Harmonies of #181EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181EA6

Black with #181EA6

Text Example


Text Example

White with #181EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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