Html Css Color HEX #19409D Egyptian Blue

📋 copy color: '#19409D'

red 25 ◦ green 64 ◦ blue 157

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

Shades of Egyptian Blue #19409D

Tints of Egyptian Blue #19409D

RGB

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

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

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

R = 10.16%
G = 26.02%
B = 63.82%

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

#19409D (or 0x19409D) is known color: Egyptian Blue. HEX triplet: 19, 40 and 9D. RGB value is (25,64,157). Sum of RGB (Red+Green+Blue) = 25+64+157=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #19409D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19409D is #E6BF62. Grayscale: #3E3E3E. Windows color (decimal): -15122275 or 10305561. OLE color: 10305561.

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

Color convert

RGB 25 64 157 -
CMYK 0.84 0.59 0 0.38
HSL 222.27º 0.73% 0.36% -
HSV(B) 222.27º 0.84% 0.62% -
XYZ 8.32 6.31 32.68 -
YUV 62.94 181.08 100.94 -
System Red Green Blue C M Y K H S L
Decimal 25 64 157 0.84 0.59 0 0.38 222.27 0.73 0.36
Hex 19 40 9D 54 3B 0 26 DE 49 24
Octal 31 100 235 124 73 0 46 336 111 44
Binary 11001 1000000 10011101 1010100 111011 0 100110 11011110 1001001 100100

Color Harmonies of #19409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19409D

Black with #19409D

Text Example


Text Example

White with #19409D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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