Html Css Color HEX #13409A Egyptian Blue

📋 copy color: '#13409A'

red 19 ◦ green 64 ◦ blue 154

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

Shades of Egyptian Blue #13409A

Tints of Egyptian Blue #13409A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 64.98%

R = 8.02%
G = 27%
B = 64.98%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#13409A (or 0x13409A) is known color: Egyptian Blue. HEX triplet: 13, 40 and 9A. RGB value is (19,64,154). Sum of RGB (Red+Green+Blue) = 19+64+154=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #13409A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13409A is #ECBF65. Grayscale: #3C3C3C. Windows color (decimal): -15515494 or 10108947. OLE color: 10108947.

HSL color Cylindrical-coordinate representation of color #13409A: hue angle of 220º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13409A is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 64 154 -
CMYK 0.88 0.58 0 0.40
HSL 220º 0.78% 0.34% -
HSV(B) 220º 0.88% 0.6% -
XYZ 7.93 6.14 31.34 -
YUV 60.81 180.59 98.18 -
System Red Green Blue C M Y K H S L
Decimal 19 64 154 0.88 0.58 0 0.40 220 0.78 0.34
Hex 13 40 9A 58 3A 0 28 DC 4E 22
Octal 23 100 232 130 72 0 50 334 116 42
Binary 10011 1000000 10011010 1011000 111010 0 101000 11011100 1001110 100010

Color Harmonies of #13409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13409A

Black with #13409A

Text Example


Text Example

White with #13409A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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