Html Css Color HEX #193391 Egyptian Blue

📋 copy color: '#193391'

red 25 ◦ green 51 ◦ blue 145

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

Shades of Egyptian Blue #193391

Tints of Egyptian Blue #193391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.08%

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

R = 11.31%
G = 23.08%
B = 65.61%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#193391 (or 0x193391) is known color: Egyptian Blue. HEX triplet: 19, 33 and 91. RGB value is (25,51,145). Sum of RGB (Red+Green+Blue) = 25+51+145=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #193391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193391 is #E6CC6E. Grayscale: #353535. Windows color (decimal): -15125615 or 9515801. OLE color: 9515801.

HSL color Cylindrical-coordinate representation of color #193391: hue angle of 227º 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 #193391 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 51 145 -
CMYK 0.83 0.65 0 0.43
HSL 227º 0.71% 0.33% -
HSV(B) 227º 0.83% 0.57% -
XYZ 6.7 4.62 27.33 -
YUV 53.94 179.39 107.36 -
System Red Green Blue C M Y K H S L
Decimal 25 51 145 0.83 0.65 0 0.43 227 0.71 0.33
Hex 19 33 91 53 41 0 2B E3 47 21
Octal 31 63 221 123 101 0 53 343 107 41
Binary 11001 110011 10010001 1010011 1000001 0 101011 11100011 1000111 100001

Color Harmonies of #193391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193391

Black with #193391

Text Example


Text Example

White with #193391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193391; }

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

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

background-color css

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

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

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

border-color css

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

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

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