#13268D

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

Shades of Egyptian Blue #13268D

Tints of Egyptian Blue #13268D

Color information

#13268D (or 0x13268D) is unknown color: approx Egyptian Blue. HEX triplet: 13, 26 and 8D. RGB value is (19,38,141). Sum of RGB (Red+Green+Blue) = 19+38+141=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #13268D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13268D is #ECD972. Grayscale: #2B2B2B. Windows color (decimal): -15522163 or 9250323. OLE color: 9250323.

HSL color Cylindrical-coordinate representation of color #13268D: hue angle of 230.66º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13268D is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1938141-
CMYK0.870.7300.45
HSL230.66º76.25%31.37%-
HSV(B)230.66º86.52%55.29%-
XYZ5.773.4525.56-
YUV44.06182.71110.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.60%
GREEN value IS 38 (15.23% from 255) = 19.19%
BLUE value IS 141 (55.47% from 255) = 71.21%
R=9.60%
G=19.19%
B=71.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19381410.870.7300.45230.6676.2531.37
Hex13268D574902De74c1f
Octal234621512711105534711437
Binary100111001101000110110101111001001010110111100111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13268D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13268D; }

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

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

<style>
 a { background-color: #13268D; }

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

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

<style>
 span { border-color: #13268D; }

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

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