Html Css Color HEX #19319D Egyptian Blue

📋 copy color: '#19319D'

red 25 ◦ green 49 ◦ blue 157

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

Shades of Egyptian Blue #19319D

Tints of Egyptian Blue #19319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.21%

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

R = 10.82%
G = 21.21%
B = 67.97%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19319D (or 0x19319D) is known color: Egyptian Blue. HEX triplet: 19, 31 and 9D. RGB value is (25,49,157). Sum of RGB (Red+Green+Blue) = 25+49+157=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #19319D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19319D is #E6CE62. Grayscale: #353535. Windows color (decimal): -15126115 or 10301721. OLE color: 10301721.

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

Color convert

RGB 25 49 157 -
CMYK 0.84 0.69 0 0.38
HSL 229.09º 0.73% 0.36% -
HSV(B) 229.09º 0.84% 0.62% -
XYZ 7.59 4.84 32.43 -
YUV 54.14 186.05 107.22 -
System Red Green Blue C M Y K H S L
Decimal 25 49 157 0.84 0.69 0 0.38 229.09 0.73 0.36
Hex 19 31 9D 54 45 0 26 E5 49 24
Octal 31 61 235 124 105 0 46 345 111 44
Binary 11001 110001 10011101 1010100 1000101 0 100110 11100101 1001001 100100

Color Harmonies of #19319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19319D

Black with #19319D

Text Example


Text Example

White with #19319D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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