#13239B

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

Shades of Egyptian Blue #13239B

Tints of Egyptian Blue #13239B

Color information

#13239B (or 0x13239B) is unknown color: approx Egyptian Blue. HEX triplet: 13, 23 and 9B. RGB value is (19,35,155). Sum of RGB (Red+Green+Blue) = 19+35+155=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #13239B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13239B is #ECDC64. Grayscale: #2B2B2B. Windows color (decimal): -15522917 or 10167059. OLE color: 10167059.

HSL color Cylindrical-coordinate representation of color #13239B: hue angle of 232.94º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13239B is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1935155-
CMYK0.880.7700.39
HSL232.94º78.16%34.12%-
HSV(B)232.94º87.74%60.78%-
XYZ6.793.7131.37-
YUV43.9190.7110.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 155 (60.94% from 255) = 74.16%
R=9.09%
G=16.75%
B=74.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19351550.880.7700.39232.9478.1634.12
Hex13239B584D027e94e22
Octal234323313011504735111642
Binary1001110001110011011101100010011010100111111010011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13239B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13239B; }

 p { color: rgb(19,35,155); }

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

<style>
 a { background-color: #13239B; }

 a { background-color: rgb(19,35,155); }

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

<style>
 span { border-color: #13239B; }

 span { border-color: rgb(19,35,155); }

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