Html Css Color HEX #19479C Egyptian Blue

📋 copy color: '#19479C'

red 25 ◦ green 71 ◦ blue 156

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

Shades of Egyptian Blue #19479C

Tints of Egyptian Blue #19479C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 61.9%

R = 9.92%
G = 28.17%
B = 61.9%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19479C (or 0x19479C) is known color: Egyptian Blue. HEX triplet: 19, 47 and 9C. RGB value is (25,71,156). Sum of RGB (Red+Green+Blue) = 25+71+156=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #19479C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19479C is #E6B863. Grayscale: #424242. Windows color (decimal): -15120484 or 10241817. OLE color: 10241817.

HSL color Cylindrical-coordinate representation of color #19479C: hue angle of 218.93º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19479C is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 71 156 -
CMYK 0.84 0.54 0 0.39
HSL 218.93º 0.72% 0.35% -
HSV(B) 218.93º 0.84% 0.61% -
XYZ 8.65 7.11 32.37 -
YUV 66.94 178.26 98.09 -
System Red Green Blue C M Y K H S L
Decimal 25 71 156 0.84 0.54 0 0.39 218.93 0.72 0.35
Hex 19 47 9C 54 36 0 27 DB 48 23
Octal 31 107 234 124 66 0 47 333 110 43
Binary 11001 1000111 10011100 1010100 110110 0 100111 11011011 1001000 100011

Color Harmonies of #19479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19479C

Black with #19479C

Text Example


Text Example

White with #19479C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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