Html Css Color HEX #182AAD Egyptian Blue

📋 copy color: '#182AAD'

red 24 ◦ green 42 ◦ blue 173

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

Shades of Egyptian Blue #182AAD

Tints of Egyptian Blue #182AAD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.57%

 BLUE value IS 173 (67.97% from 255) = 72.38%

R = 10.04%
G = 17.57%
B = 72.38%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#182AAD (or 0x182AAD) is known color: Egyptian Blue. HEX triplet: 18, 2A and AD. RGB value is (24,42,173). Sum of RGB (Red+Green+Blue) = 24+42+173=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #182AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182AAD is #E7D552. Grayscale: #333333. Windows color (decimal): -15193427 or 11348504. OLE color: 11348504.

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

Color convert

RGB 24 42 173 -
CMYK 0.86 0.76 0 0.32
HSL 232.75º 0.76% 0.39% -
HSV(B) 232.75º 0.86% 0.68% -
XYZ 8.75 4.87 40.01 -
YUV 51.55 196.54 108.35 -
System Red Green Blue C M Y K H S L
Decimal 24 42 173 0.86 0.76 0 0.32 232.75 0.76 0.39
Hex 18 2A AD 56 4C 0 20 E9 4C 27
Octal 30 52 255 126 114 0 40 351 114 47
Binary 11000 101010 10101101 1010110 1001100 0 100000 11101001 1001100 100111

Color Harmonies of #182AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182AAD

Black with #182AAD

Text Example


Text Example

White with #182AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,42,173); }

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

background-color css

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

 a { background-color: rgb(24,42,173); }

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

border-color css

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

 span { border-color: rgb(24,42,173); }

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