Html Css Color HEX #19289D Egyptian Blue

📋 copy color: '#19289D'

red 25 ◦ green 40 ◦ blue 157

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

Shades of Egyptian Blue #19289D

Tints of Egyptian Blue #19289D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.02%

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

R = 11.26%
G = 18.02%
B = 70.72%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19289D (or 0x19289D) is known color: Egyptian Blue. HEX triplet: 19, 28 and 9D. RGB value is (25,40,157). Sum of RGB (Red+Green+Blue) = 25+40+157=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 157 (61.72% from 255 or 70.72% from 222); Max value from RGB is 157 - color contains mainly: blue. Hex color #19289D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19289D is #E6D762. Grayscale: #303030. Windows color (decimal): -15128419 or 10299417. OLE color: 10299417.

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

Color convert

RGB 25 40 157 -
CMYK 0.84 0.75 0 0.38
HSL 233.18º 0.73% 0.36% -
HSV(B) 233.18º 0.84% 0.62% -
XYZ 7.25 4.16 32.32 -
YUV 48.85 189.03 110.99 -
System Red Green Blue C M Y K H S L
Decimal 25 40 157 0.84 0.75 0 0.38 233.18 0.73 0.36
Hex 19 28 9D 54 4B 0 26 E9 49 24
Octal 31 50 235 124 113 0 46 351 111 44
Binary 11001 101000 10011101 1010100 1001011 0 100110 11101001 1001001 100100

Color Harmonies of #19289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19289D

Black with #19289D

Text Example


Text Example

White with #19289D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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