Html Css Color HEX #18409D Egyptian Blue

📋 copy color: '#18409D'

red 24 ◦ green 64 ◦ blue 157

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

Shades of Egyptian Blue #18409D

Tints of Egyptian Blue #18409D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.12%

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

R = 9.8%
G = 26.12%
B = 64.08%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18409D (or 0x18409D) is known color: Egyptian Blue. HEX triplet: 18, 40 and 9D. RGB value is (24,64,157). Sum of RGB (Red+Green+Blue) = 24+64+157=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #18409D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18409D is #E7BF62. Grayscale: #3E3E3E. Windows color (decimal): -15187811 or 10305560. OLE color: 10305560.

HSL color Cylindrical-coordinate representation of color #18409D: hue angle of 221.95º 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 #18409D is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 64 157 -
CMYK 0.85 0.59 0 0.38
HSL 221.95º 0.73% 0.35% -
HSV(B) 221.95º 0.85% 0.62% -
XYZ 8.3 6.3 32.68 -
YUV 62.64 181.25 100.44 -
System Red Green Blue C M Y K H S L
Decimal 24 64 157 0.85 0.59 0 0.38 221.95 0.73 0.35
Hex 18 40 9D 55 3B 0 26 DE 49 23
Octal 30 100 235 125 73 0 46 336 111 43
Binary 11000 1000000 10011101 1010101 111011 0 100110 11011110 1001001 100011

Color Harmonies of #18409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18409D

Black with #18409D

Text Example


Text Example

White with #18409D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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