#13269E

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

Shades of Egyptian Blue #13269E

Tints of Egyptian Blue #13269E

Color information

#13269E (or 0x13269E) is unknown color: approx Egyptian Blue. HEX triplet: 13, 26 and 9E. RGB value is (19,38,158). Sum of RGB (Red+Green+Blue) = 19+38+158=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 158 (62.11% from 255 or 73.49% from 215); Max value from RGB is 158 - color contains mainly: blue. Hex color #13269E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13269E is #ECD961. Grayscale: #2D2D2D. Windows color (decimal): -15522146 or 10364435. OLE color: 10364435.

HSL color Cylindrical-coordinate representation of color #13269E: hue angle of 231.8º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13269E is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1938158-
CMYK0.880.7600.38
HSL231.8º78.53%34.71%-
HSV(B)231.8º87.97%61.96%-
XYZ7.133.9932.74-
YUV46191.21108.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.84%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 158 (62.11% from 255) = 73.49%
R=8.84%
G=17.67%
B=73.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19381580.880.7600.38231.878.5334.71
Hex13269E584C026e84f23
Octal234623613011404635011743
Binary1001110011010011110101100010011000100110111010001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13269E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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