Html Css Color HEX #13379D Egyptian Blue

📋 copy color: '#13379D'

red 19 ◦ green 55 ◦ blue 157

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

Shades of Egyptian Blue #13379D

Tints of Egyptian Blue #13379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.81%

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

R = 8.23%
G = 23.81%
B = 67.97%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13379D (or 0x13379D) is known color: Egyptian Blue. HEX triplet: 13, 37 and 9D. RGB value is (19,55,157). Sum of RGB (Red+Green+Blue) = 19+55+157=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #13379D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13379D is #ECC862. Grayscale: #373737. Windows color (decimal): -15517795 or 10303251. OLE color: 10303251.

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

Color convert

RGB 19 55 157 -
CMYK 0.88 0.65 0 0.38
HSL 224.35º 0.78% 0.35% -
HSV(B) 224.35º 0.88% 0.62% -
XYZ 7.72 5.31 32.52 -
YUV 55.86 185.07 101.71 -
System Red Green Blue C M Y K H S L
Decimal 19 55 157 0.88 0.65 0 0.38 224.35 0.78 0.35
Hex 13 37 9D 58 41 0 26 E0 4E 23
Octal 23 67 235 130 101 0 46 340 116 43
Binary 10011 110111 10011101 1011000 1000001 0 100110 11100000 1001110 100011

Color Harmonies of #13379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13379D

Black with #13379D

Text Example


Text Example

White with #13379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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