Html Css Color HEX #13369D Egyptian Blue

📋 copy color: '#13369D'

red 19 ◦ green 54 ◦ blue 157

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

Shades of Egyptian Blue #13369D

Tints of Egyptian Blue #13369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.48%

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

R = 8.26%
G = 23.48%
B = 68.26%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13369D (or 0x13369D) is known color: Egyptian Blue. HEX triplet: 13, 36 and 9D. RGB value is (19,54,157). Sum of RGB (Red+Green+Blue) = 19+54+157=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #13369D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13369D is #ECC962. Grayscale: #363636. Windows color (decimal): -15518051 or 10302995. OLE color: 10302995.

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

Color convert

RGB 19 54 157 -
CMYK 0.88 0.66 0 0.38
HSL 224.78º 0.78% 0.35% -
HSV(B) 224.78º 0.88% 0.62% -
XYZ 7.67 5.21 32.5 -
YUV 55.28 185.4 102.12 -
System Red Green Blue C M Y K H S L
Decimal 19 54 157 0.88 0.66 0 0.38 224.78 0.78 0.35
Hex 13 36 9D 58 42 0 26 E1 4E 23
Octal 23 66 235 130 102 0 46 341 116 43
Binary 10011 110110 10011101 1011000 1000010 0 100110 11100001 1001110 100011

Color Harmonies of #13369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13369D

Black with #13369D

Text Example


Text Example

White with #13369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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