Html Css Color HEX #19289F Egyptian Blue

📋 copy color: '#19289F'

red 25 ◦ green 40 ◦ blue 159

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

Shades of Egyptian Blue #19289F

Tints of Egyptian Blue #19289F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 70.98%

R = 11.16%
G = 17.86%
B = 70.98%

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

#19289F (or 0x19289F) is known color: Egyptian Blue. HEX triplet: 19, 28 and 9F. RGB value is (25,40,159). Sum of RGB (Red+Green+Blue) = 25+40+159=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 159 (62.5% from 255 or 70.98% from 224); Max value from RGB is 159 - color contains mainly: blue. Hex color #19289F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19289F is #E6D760. Grayscale: #303030. Windows color (decimal): -15128417 or 10430489. OLE color: 10430489.

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

Color convert

RGB 25 40 159 -
CMYK 0.84 0.75 0 0.38
HSL 233.28º 0.73% 0.36% -
HSV(B) 233.28º 0.84% 0.62% -
XYZ 7.42 4.23 33.23 -
YUV 49.08 190.03 110.82 -
System Red Green Blue C M Y K H S L
Decimal 25 40 159 0.84 0.75 0 0.38 233.28 0.73 0.36
Hex 19 28 9F 54 4B 0 26 E9 49 24
Octal 31 50 237 124 113 0 46 351 111 44
Binary 11001 101000 10011111 1010100 1001011 0 100110 11101001 1001001 100100

Color Harmonies of #19289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19289F

Black with #19289F

Text Example


Text Example

White with #19289F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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