Html Css Color HEX #19299D Egyptian Blue

📋 copy color: '#19299D'

red 25 ◦ green 41 ◦ blue 157

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

Shades of Egyptian Blue #19299D

Tints of Egyptian Blue #19299D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.39%

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

R = 11.21%
G = 18.39%
B = 70.4%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19299D (or 0x19299D) is known color: Egyptian Blue. HEX triplet: 19, 29 and 9D. RGB value is (25,41,157). Sum of RGB (Red+Green+Blue) = 25+41+157=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #19299D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19299D is #E6D662. Grayscale: #303030. Windows color (decimal): -15128163 or 10299673. OLE color: 10299673.

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

Color convert

RGB 25 41 157 -
CMYK 0.84 0.74 0 0.38
HSL 232.73º 0.73% 0.36% -
HSV(B) 232.73º 0.84% 0.62% -
XYZ 7.28 4.23 32.33 -
YUV 49.44 188.7 110.57 -
System Red Green Blue C M Y K H S L
Decimal 25 41 157 0.84 0.74 0 0.38 232.73 0.73 0.36
Hex 19 29 9D 54 4A 0 26 E9 49 24
Octal 31 51 235 124 112 0 46 351 111 44
Binary 11001 101001 10011101 1010100 1001010 0 100110 11101001 1001001 100100

Color Harmonies of #19299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19299D

Black with #19299D

Text Example


Text Example

White with #19299D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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