Html Css Color HEX #19409E Egyptian Blue

📋 copy color: '#19409E'

red 25 ◦ green 64 ◦ blue 158

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

Shades of Egyptian Blue #19409E

Tints of Egyptian Blue #19409E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.91%

 BLUE value IS 158 (62.11% from 255) = 63.97%

R = 10.12%
G = 25.91%
B = 63.97%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19409E (or 0x19409E) is known color: Egyptian Blue. HEX triplet: 19, 40 and 9E. RGB value is (25,64,158). Sum of RGB (Red+Green+Blue) = 25+64+158=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #19409E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19409E is #E6BF61. Grayscale: #3E3E3E. Windows color (decimal): -15122274 or 10371097. OLE color: 10371097.

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

Color convert

RGB 25 64 158 -
CMYK 0.84 0.59 0 0.38
HSL 222.41º 0.73% 0.36% -
HSV(B) 222.41º 0.84% 0.62% -
XYZ 8.41 6.34 33.13 -
YUV 63.06 181.58 100.86 -
System Red Green Blue C M Y K H S L
Decimal 25 64 158 0.84 0.59 0 0.38 222.41 0.73 0.36
Hex 19 40 9E 54 3B 0 26 DE 49 24
Octal 31 100 236 124 73 0 46 336 111 44
Binary 11001 1000000 10011110 1010100 111011 0 100110 11011110 1001001 100100

Color Harmonies of #19409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19409E

Black with #19409E

Text Example


Text Example

White with #19409E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19409E; }

 p { color: rgb(25,64,158); }

 H1.HeaderClassName
 {
   color: #19409E;
 }
 .AnyTagClassName
 {
   color: #19409E;
 }
</style>

background-color css

<style>
 a { background-color: #19409E; }

 a { background-color: rgb(25,64,158); }

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

border-color css

<style>
 span { border-color: #19409E; }

 span { border-color: rgb(25,64,158); }

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