#13259E

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

Shades of Egyptian Blue #13259E

Tints of Egyptian Blue #13259E

Color information

#13259E (or 0x13259E) is unknown color: approx Egyptian Blue. HEX triplet: 13, 25 and 9E. RGB value is (19,37,158). Sum of RGB (Red+Green+Blue) = 19+37+158=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 158 (62.11% from 255 or 73.83% from 214); Max value from RGB is 158 - color contains mainly: blue. Hex color #13259E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13259E is #ECDA61. Grayscale: #2C2C2C. Windows color (decimal): -15522402 or 10364179. OLE color: 10364179.

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

Color convert

RGB1937158-
CMYK0.880.7700.38
HSL232.23º78.53%34.71%-
HSV(B)232.23º87.97%61.96%-
XYZ7.13.9332.73-
YUV45.41191.54109.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.88%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 158 (62.11% from 255) = 73.83%
R=8.88%
G=17.29%
B=73.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19371580.880.7700.38232.2378.5334.71
Hex13259E584D026e84f23
Octal234523613011504635011743
Binary1001110010110011110101100010011010100110111010001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13259E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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