Html Css Color HEX #181DAE Egyptian Blue

📋 copy color: '#181DAE'

red 24 ◦ green 29 ◦ blue 174

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

Shades of Egyptian Blue #181DAE

Tints of Egyptian Blue #181DAE

RGB

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

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

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

R = 10.57%
G = 12.78%
B = 76.65%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#181DAE (or 0x181DAE) is known color: Egyptian Blue. HEX triplet: 18, 1D and AE. RGB value is (24,29,174). Sum of RGB (Red+Green+Blue) = 24+29+174=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 174 (68.36% from 255 or 76.65% from 227); Max value from RGB is 174 - color contains mainly: blue. Hex color #181DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181DAE is #E7E251. Grayscale: #2B2B2B. Windows color (decimal): -15196754 or 11410712. OLE color: 11410712.

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

Color convert

RGB 24 29 174 -
CMYK 0.86 0.83 0 0.32
HSL 238º 0.76% 0.39% -
HSV(B) 238º 0.86% 0.68% -
XYZ 8.46 4.13 40.4 -
YUV 44.04 201.34 113.71 -
System Red Green Blue C M Y K H S L
Decimal 24 29 174 0.86 0.83 0 0.32 238 0.76 0.39
Hex 18 1D AE 56 53 0 20 EE 4C 27
Octal 30 35 256 126 123 0 40 356 114 47
Binary 11000 11101 10101110 1010110 1010011 0 100000 11101110 1001100 100111

Color Harmonies of #181DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181DAE

Black with #181DAE

Text Example


Text Example

White with #181DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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