Html Css Color HEX #181CAC Egyptian Blue

📋 copy color: '#181CAC'

red 24 ◦ green 28 ◦ blue 172

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

Shades of Egyptian Blue #181CAC

Tints of Egyptian Blue #181CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.5%

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

R = 10.71%
G = 12.5%
B = 76.79%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#181CAC (or 0x181CAC) is known color: Egyptian Blue. HEX triplet: 18, 1C and AC. RGB value is (24,28,172). Sum of RGB (Red+Green+Blue) = 24+28+172=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 172 (67.58% from 255 or 76.79% from 224); Max value from RGB is 172 - color contains mainly: blue. Hex color #181CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181CAC is #E7E353. Grayscale: #2A2A2A. Windows color (decimal): -15197012 or 11279384. OLE color: 11279384.

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

Color convert

RGB 24 28 172 -
CMYK 0.86 0.84 0 0.33
HSL 238.38º 0.76% 0.38% -
HSV(B) 238.38º 0.86% 0.67% -
XYZ 8.24 4 39.37 -
YUV 43.22 200.67 114.29 -
System Red Green Blue C M Y K H S L
Decimal 24 28 172 0.86 0.84 0 0.33 238.38 0.76 0.38
Hex 18 1C AC 56 54 0 21 EE 4C 26
Octal 30 34 254 126 124 0 41 356 114 46
Binary 11000 11100 10101100 1010110 1010100 0 100001 11101110 1001100 100110

Color Harmonies of #181CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181CAC

Black with #181CAC

Text Example


Text Example

White with #181CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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