#19349F

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

Shades of Egyptian Blue #19349F

Tints of Egyptian Blue #19349F

Color information

#19349F (or 0x19349F) is unknown color: approx Egyptian Blue. HEX triplet: 19, 34 and 9F. RGB value is (25,52,159). Sum of RGB (Red+Green+Blue) = 25+52+159=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #19349F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19349F is #E6CB60. Grayscale: #373737. Windows color (decimal): -15125345 or 10433561. OLE color: 10433561.

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

Color convert

RGB2552159-
CMYK0.840.6700.38
HSL227.91º72.83%36.08%-
HSV(B)227.91º84.28%62.35%-
XYZ7.895.1733.38-
YUV56.12186.05105.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.59%
GREEN value IS 52 (20.70% from 255) = 22.03%
BLUE value IS 159 (62.5% from 255) = 67.37%
R=10.59%
G=22.03%
B=67.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25521590.840.6700.38227.9172.8336.08
Hex19349F5443026e44924
Octal316423712410304634411144
Binary1100111010010011111101010010000110100110111001001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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