Html Css Color HEX #193591 Egyptian Blue

📋 copy color: '#193591'

red 25 ◦ green 53 ◦ blue 145

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

Shades of Egyptian Blue #193591

Tints of Egyptian Blue #193591

RGB

 RED value IS 25 (10.16% from 255) = 11.21%

 GREEN value IS 53 (21.09% from 255) = 23.77%

 BLUE value IS 145 (57.03% from 255) = 65.02%

R = 11.21%
G = 23.77%
B = 65.02%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#193591 (or 0x193591) is known color: Egyptian Blue. HEX triplet: 19, 35 and 91. RGB value is (25,53,145). Sum of RGB (Red+Green+Blue) = 25+53+145=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #193591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193591 is #E6CA6E. Grayscale: #363636. Windows color (decimal): -15125103 or 9516313. OLE color: 9516313.

HSL color Cylindrical-coordinate representation of color #193591: hue angle of 226º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193591 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 53 145 -
CMYK 0.83 0.63 0 0.43
HSL 226º 0.71% 0.33% -
HSV(B) 226º 0.83% 0.57% -
XYZ 6.78 4.8 27.36 -
YUV 55.12 178.72 106.52 -
System Red Green Blue C M Y K H S L
Decimal 25 53 145 0.83 0.63 0 0.43 226 0.71 0.33
Hex 19 35 91 53 3F 0 2B E2 47 21
Octal 31 65 221 123 77 0 53 342 107 41
Binary 11001 110101 10010001 1010011 111111 0 101011 11100010 1000111 100001

Color Harmonies of #193591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193591

Black with #193591

Text Example


Text Example

White with #193591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193591; }

 p { color: rgb(25,53,145); }

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

background-color css

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

 a { background-color: rgb(25,53,145); }

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

border-color css

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

 span { border-color: rgb(25,53,145); }

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