Html Css Color HEX #182C95 Egyptian Blue

📋 copy color: '#182C95'

red 24 ◦ green 44 ◦ blue 149

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

Shades of Egyptian Blue #182C95

Tints of Egyptian Blue #182C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 68.66%

R = 11.06%
G = 20.28%
B = 68.66%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#182C95 (or 0x182C95) is known color: Egyptian Blue. HEX triplet: 18, 2C and 95. RGB value is (24,44,149). Sum of RGB (Red+Green+Blue) = 24+44+149=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #182C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182C95 is #E7D36A. Grayscale: #313131. Windows color (decimal): -15192939 or 9776152. OLE color: 9776152.

HSL color Cylindrical-coordinate representation of color #182C95: hue angle of 230.4º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #182C95 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 44 149 -
CMYK 0.84 0.70 0 0.42
HSL 230.4º 0.72% 0.34% -
HSV(B) 230.4º 0.84% 0.58% -
XYZ 6.7 4.17 28.88 -
YUV 49.99 183.87 109.46 -
System Red Green Blue C M Y K H S L
Decimal 24 44 149 0.84 0.70 0 0.42 230.4 0.72 0.34
Hex 18 2C 95 54 46 0 2A E6 48 22
Octal 30 54 225 124 106 0 52 346 110 42
Binary 11000 101100 10010101 1010100 1000110 0 101010 11100110 1001000 100010

Color Harmonies of #182C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182C95

Black with #182C95

Text Example


Text Example

White with #182C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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