Html Css Color HEX #181DAC Egyptian Blue

📋 copy color: '#181DAC'

red 24 ◦ green 29 ◦ blue 172

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

Shades of Egyptian Blue #181DAC

Tints of Egyptian Blue #181DAC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.89%

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

R = 10.67%
G = 12.89%
B = 76.44%

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

#181DAC (or 0x181DAC) is known color: Egyptian Blue. HEX triplet: 18, 1D and AC. RGB value is (24,29,172). Sum of RGB (Red+Green+Blue) = 24+29+172=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #181DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181DAC is #E7E253. Grayscale: #2B2B2B. Windows color (decimal): -15196756 or 11279640. OLE color: 11279640.

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

Color convert

RGB 24 29 172 -
CMYK 0.86 0.83 0 0.33
HSL 237.97º 0.76% 0.38% -
HSV(B) 237.97º 0.86% 0.67% -
XYZ 8.26 4.05 39.38 -
YUV 43.81 200.34 113.87 -
System Red Green Blue C M Y K H S L
Decimal 24 29 172 0.86 0.83 0 0.33 237.97 0.76 0.38
Hex 18 1D AC 56 53 0 21 EE 4C 26
Octal 30 35 254 126 123 0 41 356 114 46
Binary 11000 11101 10101100 1010110 1010011 0 100001 11101110 1001100 100110

Color Harmonies of #181DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181DAC

Black with #181DAC

Text Example


Text Example

White with #181DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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