Html Css Color HEX #13329B Egyptian Blue

📋 copy color: '#13329B'

red 19 ◦ green 50 ◦ blue 155

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

Shades of Egyptian Blue #13329B

Tints of Egyptian Blue #13329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 69.2%

R = 8.48%
G = 22.32%
B = 69.2%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13329B (or 0x13329B) is known color: Egyptian Blue. HEX triplet: 13, 32 and 9B. RGB value is (19,50,155). Sum of RGB (Red+Green+Blue) = 19+50+155=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #13329B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13329B is #ECCD64. Grayscale: #343434. Windows color (decimal): -15519077 or 10170899. OLE color: 10170899.

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

Color convert

RGB 19 50 155 -
CMYK 0.88 0.68 0 0.39
HSL 226.32º 0.78% 0.34% -
HSV(B) 226.32º 0.88% 0.61% -
XYZ 7.33 4.79 31.55 -
YUV 52.7 185.73 103.96 -
System Red Green Blue C M Y K H S L
Decimal 19 50 155 0.88 0.68 0 0.39 226.32 0.78 0.34
Hex 13 32 9B 58 44 0 27 E2 4E 22
Octal 23 62 233 130 104 0 47 342 116 42
Binary 10011 110010 10011011 1011000 1000100 0 100111 11100010 1001110 100010

Color Harmonies of #13329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13329B

Black with #13329B

Text Example


Text Example

White with #13329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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