Html Css Color HEX #13349D Egyptian Blue

📋 copy color: '#13349D'

red 19 ◦ green 52 ◦ blue 157

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

Shades of Egyptian Blue #13349D

Tints of Egyptian Blue #13349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.81%

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

R = 8.33%
G = 22.81%
B = 68.86%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13349D (or 0x13349D) is known color: Egyptian Blue. HEX triplet: 13, 34 and 9D. RGB value is (19,52,157). Sum of RGB (Red+Green+Blue) = 19+52+157=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 157 (61.72% from 255 or 68.86% from 228); Max value from RGB is 157 - color contains mainly: blue. Hex color #13349D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13349D is #ECCB62. Grayscale: #353535. Windows color (decimal): -15518563 or 10302483. OLE color: 10302483.

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

Color convert

RGB 19 52 157 -
CMYK 0.88 0.67 0 0.38
HSL 225.65º 0.78% 0.35% -
HSV(B) 225.65º 0.88% 0.62% -
XYZ 7.58 5.03 32.47 -
YUV 54.1 186.07 102.96 -
System Red Green Blue C M Y K H S L
Decimal 19 52 157 0.88 0.67 0 0.38 225.65 0.78 0.35
Hex 13 34 9D 58 43 0 26 E2 4E 23
Octal 23 64 235 130 103 0 46 342 116 43
Binary 10011 110100 10011101 1011000 1000011 0 100110 11100010 1001110 100011

Color Harmonies of #13349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13349D

Black with #13349D

Text Example


Text Example

White with #13349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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