Html Css Color HEX #19288E Egyptian Blue

📋 copy color: '#19288E'

red 25 ◦ green 40 ◦ blue 142

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

Shades of Egyptian Blue #19288E

Tints of Egyptian Blue #19288E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 68.6%

R = 12.08%
G = 19.32%
B = 68.6%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19288E (or 0x19288E) is known color: Egyptian Blue. HEX triplet: 19, 28 and 8E. RGB value is (25,40,142). Sum of RGB (Red+Green+Blue) = 25+40+142=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 142 (55.86% from 255 or 68.60% from 207); Max value from RGB is 142 - color contains mainly: blue. Hex color #19288E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19288E is #E6D771. Grayscale: #2E2E2E. Windows color (decimal): -15128434 or 9316377. OLE color: 9316377.

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

Color convert

RGB 25 40 142 -
CMYK 0.82 0.72 0 0.44
HSL 232.31º 0.7% 0.33% -
HSV(B) 232.31º 0.82% 0.56% -
XYZ 6.04 3.68 25.98 -
YUV 47.14 181.53 112.21 -
System Red Green Blue C M Y K H S L
Decimal 25 40 142 0.82 0.72 0 0.44 232.31 0.7 0.33
Hex 19 28 8E 52 48 0 2C E8 46 21
Octal 31 50 216 122 110 0 54 350 106 41
Binary 11001 101000 10001110 1010010 1001000 0 101100 11101000 1000110 100001

Color Harmonies of #19288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19288E

Black with #19288E

Text Example


Text Example

White with #19288E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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