Html Css Color HEX #19479F Egyptian Blue

📋 copy color: '#19479F'

red 25 ◦ green 71 ◦ blue 159

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

Shades of Egyptian Blue #19479F

Tints of Egyptian Blue #19479F

RGB

 RED value IS 25 (10.16% from 255) = 9.8%

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

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

R = 9.8%
G = 27.84%
B = 62.35%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19479F (or 0x19479F) is known color: Egyptian Blue. HEX triplet: 19, 47 and 9F. RGB value is (25,71,159). Sum of RGB (Red+Green+Blue) = 25+71+159=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #19479F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19479F is #E6B860. Grayscale: #424242. Windows color (decimal): -15120481 or 10438425. OLE color: 10438425.

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

Color convert

RGB 25 71 159 -
CMYK 0.84 0.55 0 0.38
HSL 219.4º 0.73% 0.36% -
HSV(B) 219.4º 0.84% 0.62% -
XYZ 8.91 7.22 33.72 -
YUV 67.28 179.76 97.84 -
System Red Green Blue C M Y K H S L
Decimal 25 71 159 0.84 0.55 0 0.38 219.4 0.73 0.36
Hex 19 47 9F 54 37 0 26 DB 49 24
Octal 31 107 237 124 67 0 46 333 111 44
Binary 11001 1000111 10011111 1010100 110111 0 100110 11011011 1001001 100100

Color Harmonies of #19479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19479F

Black with #19479F

Text Example


Text Example

White with #19479F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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