Html Css Color HEX #193393 Egyptian Blue

📋 copy color: '#193393'

red 25 ◦ green 51 ◦ blue 147

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

Shades of Egyptian Blue #193393

Tints of Egyptian Blue #193393

RGB

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

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

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

R = 11.21%
G = 22.87%
B = 65.92%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#193393 (or 0x193393) is known color: Egyptian Blue. HEX triplet: 19, 33 and 93. RGB value is (25,51,147). Sum of RGB (Red+Green+Blue) = 25+51+147=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #193393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193393 is #E6CC6C. Grayscale: #353535. Windows color (decimal): -15125613 or 9646873. OLE color: 9646873.

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

Color convert

RGB 25 51 147 -
CMYK 0.83 0.65 0 0.42
HSL 227.21º 0.71% 0.34% -
HSV(B) 227.21º 0.83% 0.58% -
XYZ 6.85 4.68 28.15 -
YUV 54.17 180.39 107.19 -
System Red Green Blue C M Y K H S L
Decimal 25 51 147 0.83 0.65 0 0.42 227.21 0.71 0.34
Hex 19 33 93 53 41 0 2A E3 47 22
Octal 31 63 223 123 101 0 52 343 107 42
Binary 11001 110011 10010011 1010011 1000001 0 101010 11100011 1000111 100010

Color Harmonies of #193393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193393

Black with #193393

Text Example


Text Example

White with #193393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193393; }

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

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

background-color css

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

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

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

border-color css

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

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

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