Html Css Color HEX #19289E Egyptian Blue

📋 copy color: '#19289E'

red 25 ◦ green 40 ◦ blue 158

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

Shades of Egyptian Blue #19289E

Tints of Egyptian Blue #19289E

RGB

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

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

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

R = 11.21%
G = 17.94%
B = 70.85%

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

#19289E (or 0x19289E) is known color: Egyptian Blue. HEX triplet: 19, 28 and 9E. RGB value is (25,40,158). Sum of RGB (Red+Green+Blue) = 25+40+158=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 158 (62.11% from 255 or 70.85% from 223); Max value from RGB is 158 - color contains mainly: blue. Hex color #19289E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19289E is #E6D761. Grayscale: #303030. Windows color (decimal): -15128418 or 10364953. OLE color: 10364953.

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

Color convert

RGB 25 40 158 -
CMYK 0.84 0.75 0 0.38
HSL 233.23º 0.73% 0.36% -
HSV(B) 233.23º 0.84% 0.62% -
XYZ 7.33 4.19 32.77 -
YUV 48.97 189.53 110.91 -
System Red Green Blue C M Y K H S L
Decimal 25 40 158 0.84 0.75 0 0.38 233.23 0.73 0.36
Hex 19 28 9E 54 4B 0 26 E9 49 24
Octal 31 50 236 124 113 0 46 351 111 44
Binary 11001 101000 10011110 1010100 1001011 0 100110 11101001 1001001 100100

Color Harmonies of #19289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19289E

Black with #19289E

Text Example


Text Example

White with #19289E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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