Html Css Color HEX #13319C Egyptian Blue

📋 copy color: '#13319C'

red 19 ◦ green 49 ◦ blue 156

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

Shades of Egyptian Blue #13319C

Tints of Egyptian Blue #13319C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.88%

 BLUE value IS 156 (61.33% from 255) = 69.64%

R = 8.48%
G = 21.88%
B = 69.64%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13319C (or 0x13319C) is known color: Egyptian Blue. HEX triplet: 13, 31 and 9C. RGB value is (19,49,156). Sum of RGB (Red+Green+Blue) = 19+49+156=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 156 (61.33% from 255 or 69.64% from 224); Max value from RGB is 156 - color contains mainly: blue. Hex color #13319C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13319C is #ECCE63. Grayscale: #333333. Windows color (decimal): -15519332 or 10236179. OLE color: 10236179.

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

Color convert

RGB 19 49 156 -
CMYK 0.88 0.69 0 0.39
HSL 226.86º 0.78% 0.34% -
HSV(B) 226.86º 0.88% 0.61% -
XYZ 7.37 4.74 31.98 -
YUV 52.23 186.56 104.3 -
System Red Green Blue C M Y K H S L
Decimal 19 49 156 0.88 0.69 0 0.39 226.86 0.78 0.34
Hex 13 31 9C 58 45 0 27 E3 4E 22
Octal 23 61 234 130 105 0 47 343 116 42
Binary 10011 110001 10011100 1011000 1000101 0 100111 11100011 1001110 100010

Color Harmonies of #13319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13319C

Black with #13319C

Text Example


Text Example

White with #13319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13319C; }

 p { color: rgb(19,49,156); }

 H1.HeaderClassName
 {
   color: #13319C;
 }
 .AnyTagClassName
 {
   color: #13319C;
 }
</style>

background-color css

<style>
 a { background-color: #13319C; }

 a { background-color: rgb(19,49,156); }

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

border-color css

<style>
 span { border-color: #13319C; }

 span { border-color: rgb(19,49,156); }

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