Html Css Color HEX #13329D Egyptian Blue

📋 copy color: '#13329D'

red 19 ◦ green 50 ◦ blue 157

#13329D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #13329D

Tints of Egyptian Blue #13329D

RGB

 RED value IS 19 (7.81% from 255) = 8.41%

 GREEN value IS 50 (19.92% from 255) = 22.12%

 BLUE value IS 157 (61.72% from 255) = 69.47%

R = 8.41%
G = 22.12%
B = 69.47%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13329D (or 0x13329D) is known color: Egyptian Blue. HEX triplet: 13, 32 and 9D. RGB value is (19,50,157). Sum of RGB (Red+Green+Blue) = 19+50+157=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #13329D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13329D is #ECCD62. Grayscale: #343434. Windows color (decimal): -15519075 or 10301971. OLE color: 10301971.

HSL color Cylindrical-coordinate representation of color #13329D: hue angle of 226.52º degrees, saturation: 0.78, 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 #13329D is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 50 157 -
CMYK 0.88 0.68 0 0.38
HSL 226.52º 0.78% 0.35% -
HSV(B) 226.52º 0.88% 0.62% -
XYZ 7.49 4.85 32.44 -
YUV 52.93 186.73 103.8 -
System Red Green Blue C M Y K H S L
Decimal 19 50 157 0.88 0.68 0 0.38 226.52 0.78 0.35
Hex 13 32 9D 58 44 0 26 E3 4E 23
Octal 23 62 235 130 104 0 46 343 116 43
Binary 10011 110010 10011101 1011000 1000100 0 100110 11100011 1001110 100011

Color Harmonies of #13329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13329D

Black with #13329D

Text Example


Text Example

White with #13329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,50,157); }

 H1.HeaderClassName
 {
   color: #13329D;
 }
 .AnyTagClassName
 {
   color: #13329D;
 }
</style>

background-color css

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

 a { background-color: rgb(19,50,157); }

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

border-color css

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

 span { border-color: rgb(19,50,157); }

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