Html Css Color HEX #182CA3 Egyptian Blue

📋 copy color: '#182CA3'

red 24 ◦ green 44 ◦ blue 163

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

Shades of Egyptian Blue #182CA3

Tints of Egyptian Blue #182CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 70.56%

R = 10.39%
G = 19.05%
B = 70.56%

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

#182CA3 (or 0x182CA3) is known color: Egyptian Blue. HEX triplet: 18, 2C and A3. RGB value is (24,44,163). Sum of RGB (Red+Green+Blue) = 24+44+163=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 163 (64.06% from 255 or 70.56% from 231); Max value from RGB is 163 - color contains mainly: blue. Hex color #182CA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182CA3 is #E7D35C. Grayscale: #333333. Windows color (decimal): -15192925 or 10693656. OLE color: 10693656.

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

Color convert

RGB 24 44 163 -
CMYK 0.85 0.73 0 0.36
HSL 231.37º 0.74% 0.37% -
HSV(B) 231.37º 0.85% 0.64% -
XYZ 7.89 4.64 35.13 -
YUV 51.59 190.87 108.32 -
System Red Green Blue C M Y K H S L
Decimal 24 44 163 0.85 0.73 0 0.36 231.37 0.74 0.37
Hex 18 2C A3 55 49 0 24 E7 4A 25
Octal 30 54 243 125 111 0 44 347 112 45
Binary 11000 101100 10100011 1010101 1001001 0 100100 11100111 1001010 100101

Color Harmonies of #182CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182CA3

Black with #182CA3

Text Example


Text Example

White with #182CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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