Html Css Color HEX #18419D Egyptian Blue

📋 copy color: '#18419D'

red 24 ◦ green 65 ◦ blue 157

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

Shades of Egyptian Blue #18419D

Tints of Egyptian Blue #18419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.42%

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

R = 9.76%
G = 26.42%
B = 63.82%

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

#18419D (or 0x18419D) is known color: Egyptian Blue. HEX triplet: 18, 41 and 9D. RGB value is (24,65,157). Sum of RGB (Red+Green+Blue) = 24+65+157=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #18419D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18419D is #E7BE62. Grayscale: #3E3E3E. Windows color (decimal): -15187555 or 10305816. OLE color: 10305816.

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

Color convert

RGB 24 65 157 -
CMYK 0.85 0.59 0 0.38
HSL 221.5º 0.73% 0.35% -
HSV(B) 221.5º 0.85% 0.62% -
XYZ 8.35 6.41 32.7 -
YUV 63.23 180.92 100.02 -
System Red Green Blue C M Y K H S L
Decimal 24 65 157 0.85 0.59 0 0.38 221.5 0.73 0.35
Hex 18 41 9D 55 3B 0 26 DE 49 23
Octal 30 101 235 125 73 0 46 336 111 43
Binary 11000 1000001 10011101 1010101 111011 0 100110 11011110 1001001 100011

Color Harmonies of #18419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18419D

Black with #18419D

Text Example


Text Example

White with #18419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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