Html Css Color HEX #18249D Egyptian Blue

📋 copy color: '#18249D'

red 24 ◦ green 36 ◦ blue 157

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

Shades of Egyptian Blue #18249D

Tints of Egyptian Blue #18249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.59%

 BLUE value IS 157 (61.72% from 255) = 72.35%

R = 11.06%
G = 16.59%
B = 72.35%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18249D (or 0x18249D) is known color: Egyptian Blue. HEX triplet: 18, 24 and 9D. RGB value is (24,36,157). Sum of RGB (Red+Green+Blue) = 24+36+157=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 157 (61.72% from 255 or 72.35% from 217); Max value from RGB is 157 - color contains mainly: blue. Hex color #18249D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18249D is #E7DB62. Grayscale: #2D2D2D. Windows color (decimal): -15194979 or 10298392. OLE color: 10298392.

HSL color Cylindrical-coordinate representation of color #18249D: hue angle of 234.59º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18249D is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 36 157 -
CMYK 0.85 0.77 0 0.38
HSL 234.59º 0.73% 0.35% -
HSV(B) 234.59º 0.85% 0.62% -
XYZ 7.09 3.89 32.28 -
YUV 46.21 190.52 112.16 -
System Red Green Blue C M Y K H S L
Decimal 24 36 157 0.85 0.77 0 0.38 234.59 0.73 0.35
Hex 18 24 9D 55 4D 0 26 EB 49 23
Octal 30 44 235 125 115 0 46 353 111 43
Binary 11000 100100 10011101 1010101 1001101 0 100110 11101011 1001001 100011

Color Harmonies of #18249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18249D

Black with #18249D

Text Example


Text Example

White with #18249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18249D; }

 p { color: rgb(24,36,157); }

 H1.HeaderClassName
 {
   color: #18249D;
 }
 .AnyTagClassName
 {
   color: #18249D;
 }
</style>

background-color css

<style>
 a { background-color: #18249D; }

 a { background-color: rgb(24,36,157); }

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

border-color css

<style>
 span { border-color: #18249D; }

 span { border-color: rgb(24,36,157); }

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