#13258F

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

Shades of Egyptian Blue #13258F

Tints of Egyptian Blue #13258F

Color information

#13258F (or 0x13258F) is unknown color: approx Egyptian Blue. HEX triplet: 13, 25 and 8F. RGB value is (19,37,143). Sum of RGB (Red+Green+Blue) = 19+37+143=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 143 (56.25% from 255 or 71.86% from 199); Max value from RGB is 143 - color contains mainly: blue. Hex color #13258F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13258F is #ECDA70. Grayscale: #2B2B2B. Windows color (decimal): -15522417 or 9381139. OLE color: 9381139.

HSL color Cylindrical-coordinate representation of color #13258F: hue angle of 231.29º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13258F is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1937143-
CMYK0.870.7400.44
HSL231.29º76.54%31.76%-
HSV(B)231.29º86.71%56.08%-
XYZ5.893.4426.34-
YUV43.7184.04110.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 37 (14.84% from 255) = 18.59%
BLUE value IS 143 (56.25% from 255) = 71.86%
R=9.55%
G=18.59%
B=71.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19371430.870.7400.44231.2976.5431.76
Hex13258F574A02Ce74d20
Octal234521712711205434711540
Binary1001110010110001111101011110010100101100111001111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13258F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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