Html Css Color HEX #182DAE Egyptian Blue

📋 copy color: '#182DAE'

red 24 ◦ green 45 ◦ blue 174

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

Shades of Egyptian Blue #182DAE

Tints of Egyptian Blue #182DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.52%

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

R = 9.88%
G = 18.52%
B = 71.6%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#182DAE (or 0x182DAE) is known color: Egyptian Blue. HEX triplet: 18, 2D and AE. RGB value is (24,45,174). Sum of RGB (Red+Green+Blue) = 24+45+174=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #182DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182DAE is #E7D251. Grayscale: #343434. Windows color (decimal): -15192658 or 11414808. OLE color: 11414808.

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

Color convert

RGB 24 45 174 -
CMYK 0.86 0.74 0 0.32
HSL 231.6º 0.76% 0.39% -
HSV(B) 231.6º 0.86% 0.68% -
XYZ 8.96 5.13 40.56 -
YUV 53.43 196.04 107.01 -
System Red Green Blue C M Y K H S L
Decimal 24 45 174 0.86 0.74 0 0.32 231.6 0.76 0.39
Hex 18 2D AE 56 4A 0 20 E8 4C 27
Octal 30 55 256 126 112 0 40 350 114 47
Binary 11000 101101 10101110 1010110 1001010 0 100000 11101000 1001100 100111

Color Harmonies of #182DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182DAE

Black with #182DAE

Text Example


Text Example

White with #182DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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