Html Css Color HEX #182FAE Egyptian Blue

📋 copy color: '#182FAE'

red 24 ◦ green 47 ◦ blue 174

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

Shades of Egyptian Blue #182FAE

Tints of Egyptian Blue #182FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.18%

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

R = 9.8%
G = 19.18%
B = 71.02%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#182FAE (or 0x182FAE) is known color: Egyptian Blue. HEX triplet: 18, 2F and AE. RGB value is (24,47,174). Sum of RGB (Red+Green+Blue) = 24+47+174=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 174 (68.36% from 255 or 71.02% from 245); Max value from RGB is 174 - color contains mainly: blue. Hex color #182FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182FAE is #E7D051. Grayscale: #363636. Windows color (decimal): -15192146 or 11415320. OLE color: 11415320.

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

Color convert

RGB 24 47 174 -
CMYK 0.86 0.73 0 0.32
HSL 230.8º 0.76% 0.39% -
HSV(B) 230.8º 0.86% 0.68% -
XYZ 9.03 5.28 40.59 -
YUV 54.6 195.38 106.17 -
System Red Green Blue C M Y K H S L
Decimal 24 47 174 0.86 0.73 0 0.32 230.8 0.76 0.39
Hex 18 2F AE 56 49 0 20 E7 4C 27
Octal 30 57 256 126 111 0 40 347 114 47
Binary 11000 101111 10101110 1010110 1001001 0 100000 11100111 1001100 100111

Color Harmonies of #182FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182FAE

Black with #182FAE

Text Example


Text Example

White with #182FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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