#13419B

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

Shades of Egyptian Blue #13419B

Tints of Egyptian Blue #13419B

Color information

#13419B (or 0x13419B) is unknown color: approx Egyptian Blue. HEX triplet: 13, 41 and 9B. RGB value is (19,65,155). Sum of RGB (Red+Green+Blue) = 19+65+155=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #13419B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13419B is #ECBE64. Grayscale: #3D3D3D. Windows color (decimal): -15515237 or 10174739. OLE color: 10174739.

HSL color Cylindrical-coordinate representation of color #13419B: hue angle of 219.71º 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 #13419B is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1965155-
CMYK0.880.5800.39
HSL219.71º78.16%34.12%-
HSV(B)219.71º87.74%60.78%-
XYZ8.086.2931.8-
YUV61.51180.7697.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 65 (25.78% from 255) = 27.20%
BLUE value IS 155 (60.94% from 255) = 64.85%
R=7.95%
G=27.20%
B=64.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19651550.880.5800.39219.7178.1634.12
Hex13419B583A027dc4e22
Octal231012331307204733411642
Binary1001110000011001101110110001110100100111110111001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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