#19249E

Color #19249E Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #19249E

Tints of Egyptian Blue #19249E

Color information

#19249E (or 0x19249E) is unknown color: approx Egyptian Blue. HEX triplet: 19, 24 and 9E. RGB value is (25,36,158). Sum of RGB (Red+Green+Blue) = 25+36+158=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 158 (62.11% from 255 or 72.15% from 219); Max value from RGB is 158 - color contains mainly: blue. Hex color #19249E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19249E is #E6DB61. Grayscale: #2E2E2E. Windows color (decimal): -15129442 or 10363929. OLE color: 10363929.

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

Color convert

RGB2536158-
CMYK0.840.7700.38
HSL235.04º72.68%35.88%-
HSV(B)235.04º84.18%61.96%-
XYZ7.23.9432.73-
YUV46.62190.86112.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.42%
GREEN value IS 36 (14.45% from 255) = 16.44%
BLUE value IS 158 (62.11% from 255) = 72.15%
R=11.42%
G=16.44%
B=72.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25361580.840.7700.38235.0472.6835.88
Hex19249E544D026eb4924
Octal314423612411504635311144
Binary1100110010010011110101010010011010100110111010111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19249E;
 }
 .AnyTagClassName
 {
   color: #19249E;
 }
</style>
background-color css

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

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

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

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

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

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