Html Css Color HEX #182CA2 Egyptian Blue

📋 copy color: '#182CA2'

red 24 ◦ green 44 ◦ blue 162

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

Shades of Egyptian Blue #182CA2

Tints of Egyptian Blue #182CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.13%

 BLUE value IS 162 (63.67% from 255) = 70.43%

R = 10.43%
G = 19.13%
B = 70.43%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#182CA2 (or 0x182CA2) is known color: Egyptian Blue. HEX triplet: 18, 2C and A2. RGB value is (24,44,162). Sum of RGB (Red+Green+Blue) = 24+44+162=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 162 (63.67% from 255 or 70.43% from 230); Max value from RGB is 162 - color contains mainly: blue. Hex color #182CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182CA2 is #E7D35D. Grayscale: #323232. Windows color (decimal): -15192926 or 10628120. OLE color: 10628120.

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

Color convert

RGB 24 44 162 -
CMYK 0.85 0.73 0 0.36
HSL 231.3º 0.74% 0.36% -
HSV(B) 231.3º 0.85% 0.64% -
XYZ 7.8 4.6 34.66 -
YUV 51.47 190.37 108.41 -
System Red Green Blue C M Y K H S L
Decimal 24 44 162 0.85 0.73 0 0.36 231.3 0.74 0.36
Hex 18 2C A2 55 49 0 24 E7 4A 24
Octal 30 54 242 125 111 0 44 347 112 44
Binary 11000 101100 10100010 1010101 1001001 0 100100 11100111 1001010 100100

Color Harmonies of #182CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182CA2

Black with #182CA2

Text Example


Text Example

White with #182CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,44,162); }

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

background-color css

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

 a { background-color: rgb(24,44,162); }

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

border-color css

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

 span { border-color: rgb(24,44,162); }

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