Html Css Color HEX #193793 Egyptian Blue

📋 copy color: '#193793'

red 25 ◦ green 55 ◦ blue 147

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

Shades of Egyptian Blue #193793

Tints of Egyptian Blue #193793

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.23%

 BLUE value IS 147 (57.81% from 255) = 64.76%

R = 11.01%
G = 24.23%
B = 64.76%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#193793 (or 0x193793) is known color: Egyptian Blue. HEX triplet: 19, 37 and 93. RGB value is (25,55,147). Sum of RGB (Red+Green+Blue) = 25+55+147=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #193793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193793 is #E6C86C. Grayscale: #383838. Windows color (decimal): -15124589 or 9647897. OLE color: 9647897.

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

Color convert

RGB 25 55 147 -
CMYK 0.83 0.63 0 0.42
HSL 225.25º 0.71% 0.34% -
HSV(B) 225.25º 0.83% 0.58% -
XYZ 7.03 5.05 28.21 -
YUV 56.52 179.06 105.52 -
System Red Green Blue C M Y K H S L
Decimal 25 55 147 0.83 0.63 0 0.42 225.25 0.71 0.34
Hex 19 37 93 53 3F 0 2A E1 47 22
Octal 31 67 223 123 77 0 52 341 107 42
Binary 11001 110111 10010011 1010011 111111 0 101010 11100001 1000111 100010

Color Harmonies of #193793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193793

Black with #193793

Text Example


Text Example

White with #193793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193793; }

 p { color: rgb(25,55,147); }

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

background-color css

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

 a { background-color: rgb(25,55,147); }

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

border-color css

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

 span { border-color: rgb(25,55,147); }

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