Html Css Color HEX #13409C Egyptian Blue

📋 copy color: '#13409C'

red 19 ◦ green 64 ◦ blue 156

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

Shades of Egyptian Blue #13409C

Tints of Egyptian Blue #13409C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.78%

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

R = 7.95%
G = 26.78%
B = 65.27%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13409C (or 0x13409C) is known color: Egyptian Blue. HEX triplet: 13, 40 and 9C. RGB value is (19,64,156). Sum of RGB (Red+Green+Blue) = 19+64+156=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #13409C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13409C is #ECBF63. Grayscale: #3C3C3C. Windows color (decimal): -15515492 or 10240019. OLE color: 10240019.

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

Color convert

RGB 19 64 156 -
CMYK 0.88 0.59 0 0.39
HSL 220.29º 0.78% 0.34% -
HSV(B) 220.29º 0.88% 0.61% -
XYZ 8.1 6.21 32.22 -
YUV 61.03 181.59 98.02 -
System Red Green Blue C M Y K H S L
Decimal 19 64 156 0.88 0.59 0 0.39 220.29 0.78 0.34
Hex 13 40 9C 58 3B 0 27 DC 4E 22
Octal 23 100 234 130 73 0 47 334 116 42
Binary 10011 1000000 10011100 1011000 111011 0 100111 11011100 1001110 100010

Color Harmonies of #13409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13409C

Black with #13409C

Text Example


Text Example

White with #13409C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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