Html Css Color HEX #19288D Egyptian Blue

📋 copy color: '#19288D'

red 25 ◦ green 40 ◦ blue 141

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

Shades of Egyptian Blue #19288D

Tints of Egyptian Blue #19288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 68.45%

R = 12.14%
G = 19.42%
B = 68.45%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19288D (or 0x19288D) is known color: Egyptian Blue. HEX triplet: 19, 28 and 8D. RGB value is (25,40,141). Sum of RGB (Red+Green+Blue) = 25+40+141=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #19288D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19288D is #E6D772. Grayscale: #2E2E2E. Windows color (decimal): -15128435 or 9250841. OLE color: 9250841.

HSL color Cylindrical-coordinate representation of color #19288D: hue angle of 232.24º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19288D is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 40 141 -
CMYK 0.82 0.72 0 0.45
HSL 232.24º 0.7% 0.33% -
HSV(B) 232.24º 0.82% 0.55% -
XYZ 5.97 3.65 25.59 -
YUV 47.03 181.03 112.29 -
System Red Green Blue C M Y K H S L
Decimal 25 40 141 0.82 0.72 0 0.45 232.24 0.7 0.33
Hex 19 28 8D 52 48 0 2D E8 46 21
Octal 31 50 215 122 110 0 55 350 106 41
Binary 11001 101000 10001101 1010010 1001000 0 101101 11101000 1000110 100001

Color Harmonies of #19288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19288D

Black with #19288D

Text Example


Text Example

White with #19288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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