Html Css Color HEX #182AA0 Egyptian Blue

📋 copy color: '#182AA0'

red 24 ◦ green 42 ◦ blue 160

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

Shades of Egyptian Blue #182AA0

Tints of Egyptian Blue #182AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 70.8%

R = 10.62%
G = 18.58%
B = 70.8%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#182AA0 (or 0x182AA0) is known color: Egyptian Blue. HEX triplet: 18, 2A and A0. RGB value is (24,42,160). Sum of RGB (Red+Green+Blue) = 24+42+160=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 160 (62.89% from 255 or 70.80% from 226); Max value from RGB is 160 - color contains mainly: blue. Hex color #182AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182AA0 is #E7D55F. Grayscale: #313131. Windows color (decimal): -15193440 or 10496536. OLE color: 10496536.

HSL color Cylindrical-coordinate representation of color #182AA0: hue angle of 232.06º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #182AA0 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 42 160 -
CMYK 0.85 0.74 0 0.37
HSL 232.06º 0.74% 0.36% -
HSV(B) 232.06º 0.85% 0.63% -
XYZ 7.55 4.39 33.71 -
YUV 50.07 190.04 109.41 -
System Red Green Blue C M Y K H S L
Decimal 24 42 160 0.85 0.74 0 0.37 232.06 0.74 0.36
Hex 18 2A A0 55 4A 0 25 E8 4A 24
Octal 30 52 240 125 112 0 45 350 112 44
Binary 11000 101010 10100000 1010101 1001010 0 100101 11101000 1001010 100100

Color Harmonies of #182AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182AA0

Black with #182AA0

Text Example


Text Example

White with #182AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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