Html Css Color HEX #193394 Egyptian Blue

📋 copy color: '#193394'

red 25 ◦ green 51 ◦ blue 148

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

Shades of Egyptian Blue #193394

Tints of Egyptian Blue #193394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 66.07%

R = 11.16%
G = 22.77%
B = 66.07%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#193394 (or 0x193394) is known color: Egyptian Blue. HEX triplet: 19, 33 and 94. RGB value is (25,51,148). Sum of RGB (Red+Green+Blue) = 25+51+148=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 148 (58.20% from 255 or 66.07% from 224); Max value from RGB is 148 - color contains mainly: blue. Hex color #193394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193394 is #E6CC6B. Grayscale: #353535. Windows color (decimal): -15125612 or 9712409. OLE color: 9712409.

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

Color convert

RGB 25 51 148 -
CMYK 0.83 0.66 0 0.42
HSL 227.32º 0.71% 0.34% -
HSV(B) 227.32º 0.83% 0.58% -
XYZ 6.93 4.71 28.56 -
YUV 54.28 180.89 107.11 -
System Red Green Blue C M Y K H S L
Decimal 25 51 148 0.83 0.66 0 0.42 227.32 0.71 0.34
Hex 19 33 94 53 42 0 2A E3 47 22
Octal 31 63 224 123 102 0 52 343 107 42
Binary 11001 110011 10010100 1010011 1000010 0 101010 11100011 1000111 100010

Color Harmonies of #193394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193394

Black with #193394

Text Example


Text Example

White with #193394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193394; }

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

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

background-color css

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

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

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

border-color css

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

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

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