Html Css Color HEX #182BAE Egyptian Blue

📋 copy color: '#182BAE'

red 24 ◦ green 43 ◦ blue 174

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

Shades of Egyptian Blue #182BAE

Tints of Egyptian Blue #182BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.84%

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

R = 9.96%
G = 17.84%
B = 72.2%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#182BAE (or 0x182BAE) is known color: Egyptian Blue. HEX triplet: 18, 2B and AE. RGB value is (24,43,174). Sum of RGB (Red+Green+Blue) = 24+43+174=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #182BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182BAE is #E7D451. Grayscale: #333333. Windows color (decimal): -15193170 or 11414296. OLE color: 11414296.

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

Color convert

RGB 24 43 174 -
CMYK 0.86 0.75 0 0.32
HSL 232.4º 0.76% 0.39% -
HSV(B) 232.4º 0.86% 0.68% -
XYZ 8.88 4.98 40.54 -
YUV 52.25 196.71 107.85 -
System Red Green Blue C M Y K H S L
Decimal 24 43 174 0.86 0.75 0 0.32 232.4 0.76 0.39
Hex 18 2B AE 56 4B 0 20 E8 4C 27
Octal 30 53 256 126 113 0 40 350 114 47
Binary 11000 101011 10101110 1010110 1001011 0 100000 11101000 1001100 100111

Color Harmonies of #182BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182BAE

Black with #182BAE

Text Example


Text Example

White with #182BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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