Html Css Color HEX #193494 Egyptian Blue

📋 copy color: '#193494'

red 25 ◦ green 52 ◦ blue 148

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

Shades of Egyptian Blue #193494

Tints of Egyptian Blue #193494

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

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

R = 11.11%
G = 23.11%
B = 65.78%

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

#193494 (or 0x193494) is known color: Egyptian Blue. HEX triplet: 19, 34 and 94. RGB value is (25,52,148). Sum of RGB (Red+Green+Blue) = 25+52+148=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #193494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193494 is #E6CB6B. Grayscale: #363636. Windows color (decimal): -15125356 or 9712665. OLE color: 9712665.

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

Color convert

RGB 25 52 148 -
CMYK 0.83 0.65 0 0.42
HSL 226.83º 0.71% 0.34% -
HSV(B) 226.83º 0.83% 0.58% -
XYZ 6.97 4.8 28.58 -
YUV 54.87 180.55 106.69 -
System Red Green Blue C M Y K H S L
Decimal 25 52 148 0.83 0.65 0 0.42 226.83 0.71 0.34
Hex 19 34 94 53 41 0 2A E3 47 22
Octal 31 64 224 123 101 0 52 343 107 42
Binary 11001 110100 10010100 1010011 1000001 0 101010 11100011 1000111 100010

Color Harmonies of #193494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193494

Black with #193494

Text Example


Text Example

White with #193494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193494; }

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

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

background-color css

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

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

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

border-color css

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

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

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