Html Css Color HEX #18479F Egyptian Blue

📋 copy color: '#18479F'

red 24 ◦ green 71 ◦ blue 159

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

Shades of Egyptian Blue #18479F

Tints of Egyptian Blue #18479F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.95%

 BLUE value IS 159 (62.5% from 255) = 62.6%

R = 9.45%
G = 27.95%
B = 62.6%

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

#18479F (or 0x18479F) is known color: Egyptian Blue. HEX triplet: 18, 47 and 9F. RGB value is (24,71,159). Sum of RGB (Red+Green+Blue) = 24+71+159=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #18479F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18479F is #E7B860. Grayscale: #424242. Windows color (decimal): -15186017 or 10438424. OLE color: 10438424.

HSL color Cylindrical-coordinate representation of color #18479F: hue angle of 219.11º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18479F is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 71 159 -
CMYK 0.85 0.55 0 0.38
HSL 219.11º 0.74% 0.36% -
HSV(B) 219.11º 0.85% 0.62% -
XYZ 8.89 7.2 33.72 -
YUV 66.98 179.93 97.34 -
System Red Green Blue C M Y K H S L
Decimal 24 71 159 0.85 0.55 0 0.38 219.11 0.74 0.36
Hex 18 47 9F 55 37 0 26 DB 4A 24
Octal 30 107 237 125 67 0 46 333 112 44
Binary 11000 1000111 10011111 1010101 110111 0 100110 11011011 1001010 100100

Color Harmonies of #18479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18479F

Black with #18479F

Text Example


Text Example

White with #18479F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18479F; }

 p { color: rgb(24,71,159); }

 H1.HeaderClassName
 {
   color: #18479F;
 }
 .AnyTagClassName
 {
   color: #18479F;
 }
</style>

background-color css

<style>
 a { background-color: #18479F; }

 a { background-color: rgb(24,71,159); }

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

border-color css

<style>
 span { border-color: #18479F; }

 span { border-color: rgb(24,71,159); }

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