Html Css Color HEX #18469D Egyptian Blue

📋 copy color: '#18469D'

red 24 ◦ green 70 ◦ blue 157

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

Shades of Egyptian Blue #18469D

Tints of Egyptian Blue #18469D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.89%

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

R = 9.56%
G = 27.89%
B = 62.55%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18469D (or 0x18469D) is known color: Egyptian Blue. HEX triplet: 18, 46 and 9D. RGB value is (24,70,157). Sum of RGB (Red+Green+Blue) = 24+70+157=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #18469D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18469D is #E7B962. Grayscale: #414141. Windows color (decimal): -15186275 or 10307096. OLE color: 10307096.

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

Color convert

RGB 24 70 157 -
CMYK 0.85 0.55 0 0.38
HSL 219.25º 0.73% 0.35% -
HSV(B) 219.25º 0.85% 0.62% -
XYZ 8.65 7.01 32.8 -
YUV 66.16 179.26 97.93 -
System Red Green Blue C M Y K H S L
Decimal 24 70 157 0.85 0.55 0 0.38 219.25 0.73 0.35
Hex 18 46 9D 55 37 0 26 DB 49 23
Octal 30 106 235 125 67 0 46 333 111 43
Binary 11000 1000110 10011101 1010101 110111 0 100110 11011011 1001001 100011

Color Harmonies of #18469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18469D

Black with #18469D

Text Example


Text Example

White with #18469D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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