Html Css Color HEX #193596 Egyptian Blue

📋 copy color: '#193596'

red 25 ◦ green 53 ◦ blue 150

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

Shades of Egyptian Blue #193596

Tints of Egyptian Blue #193596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 65.79%

R = 10.96%
G = 23.25%
B = 65.79%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#193596 (or 0x193596) is known color: Egyptian Blue. HEX triplet: 19, 35 and 96. RGB value is (25,53,150). Sum of RGB (Red+Green+Blue) = 25+53+150=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 150 (58.98% from 255 or 65.79% from 228); Max value from RGB is 150 - color contains mainly: blue. Hex color #193596 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193596 is #E6CA69. Grayscale: #373737. Windows color (decimal): -15125098 or 9843993. OLE color: 9843993.

HSL color Cylindrical-coordinate representation of color #193596: hue angle of 226.56º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193596 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 53 150 -
CMYK 0.83 0.65 0 0.41
HSL 226.56º 0.71% 0.34% -
HSV(B) 226.56º 0.83% 0.59% -
XYZ 7.18 4.95 29.43 -
YUV 55.69 181.22 106.11 -
System Red Green Blue C M Y K H S L
Decimal 25 53 150 0.83 0.65 0 0.41 226.56 0.71 0.34
Hex 19 35 96 53 41 0 29 E3 47 22
Octal 31 65 226 123 101 0 51 343 107 42
Binary 11001 110101 10010110 1010011 1000001 0 101001 11100011 1000111 100010

Color Harmonies of #193596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193596

Black with #193596

Text Example


Text Example

White with #193596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193596; }

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

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

background-color css

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

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

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

border-color css

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

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

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