#19269E

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

Shades of Egyptian Blue #19269E

Tints of Egyptian Blue #19269E

Color information

#19269E (or 0x19269E) is unknown color: approx Egyptian Blue. HEX triplet: 19, 26 and 9E. RGB value is (25,38,158). Sum of RGB (Red+Green+Blue) = 25+38+158=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 158 (62.11% from 255 or 71.49% from 221); Max value from RGB is 158 - color contains mainly: blue. Hex color #19269E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19269E is #E6D961. Grayscale: #2F2F2F. Windows color (decimal): -15128930 or 10364441. OLE color: 10364441.

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

Color convert

RGB2538158-
CMYK0.840.7600.38
HSL234.14º72.68%35.88%-
HSV(B)234.14º84.18%61.96%-
XYZ7.274.0632.75-
YUV47.79190.19111.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.31%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 158 (62.11% from 255) = 71.49%
R=11.31%
G=17.19%
B=71.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25381580.840.7600.38234.1472.6835.88
Hex19269E544C026ea4924
Octal314623612411404635211144
Binary1100110011010011110101010010011000100110111010101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19269E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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