#19369E

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

Shades of Egyptian Blue #19369E

Tints of Egyptian Blue #19369E

Color information

#19369E (or 0x19369E) is unknown color: approx Egyptian Blue. HEX triplet: 19, 36 and 9E. RGB value is (25,54,158). Sum of RGB (Red+Green+Blue) = 25+54+158=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #19369E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19369E is #E6C961. Grayscale: #383838. Windows color (decimal): -15124834 or 10368537. OLE color: 10368537.

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

Color convert

RGB2554158-
CMYK0.840.6600.38
HSL226.92º72.68%35.88%-
HSV(B)226.92º84.18%61.96%-
XYZ7.895.3132.96-
YUV57.18184.89105.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.55%
GREEN value IS 54 (21.48% from 255) = 22.78%
BLUE value IS 158 (62.11% from 255) = 66.67%
R=10.55%
G=22.78%
B=66.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25541580.840.6600.38226.9272.6835.88
Hex19369E5442026e34924
Octal316623612410204634311144
Binary1100111011010011110101010010000100100110111000111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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