Html Css Color HEX #193193 Egyptian Blue

📋 copy color: '#193193'

red 25 ◦ green 49 ◦ blue 147

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

Shades of Egyptian Blue #193193

Tints of Egyptian Blue #193193

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.17%

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

R = 11.31%
G = 22.17%
B = 66.52%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#193193 (or 0x193193) is known color: Egyptian Blue. HEX triplet: 19, 31 and 93. RGB value is (25,49,147). Sum of RGB (Red+Green+Blue) = 25+49+147=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #193193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193193 is #E6CE6C. Grayscale: #343434. Windows color (decimal): -15126125 or 9646361. OLE color: 9646361.

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

Color convert

RGB 25 49 147 -
CMYK 0.83 0.67 0 0.42
HSL 228.2º 0.71% 0.34% -
HSV(B) 228.2º 0.83% 0.58% -
XYZ 6.77 4.51 28.12 -
YUV 53 181.05 108.03 -
System Red Green Blue C M Y K H S L
Decimal 25 49 147 0.83 0.67 0 0.42 228.2 0.71 0.34
Hex 19 31 93 53 43 0 2A E4 47 22
Octal 31 61 223 123 103 0 52 344 107 42
Binary 11001 110001 10010011 1010011 1000011 0 101010 11100100 1000111 100010

Color Harmonies of #193193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193193

Black with #193193

Text Example


Text Example

White with #193193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193193; }

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

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

background-color css

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

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

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

border-color css

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

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

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