Html Css Color HEX #194393 Egyptian Blue

📋 copy color: '#194393'

red 25 ◦ green 67 ◦ blue 147

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

Shades of Egyptian Blue #194393

Tints of Egyptian Blue #194393

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.03%

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

R = 10.46%
G = 28.03%
B = 61.51%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#194393 (or 0x194393) is known color: Egyptian Blue. HEX triplet: 19, 43 and 93. RGB value is (25,67,147). Sum of RGB (Red+Green+Blue) = 25+67+147=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #194393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194393 is #E6BC6C. Grayscale: #3F3F3F. Windows color (decimal): -15121517 or 9650969. OLE color: 9650969.

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

Color convert

RGB 25 67 147 -
CMYK 0.83 0.54 0 0.42
HSL 219.34º 0.71% 0.34% -
HSV(B) 219.34º 0.83% 0.58% -
XYZ 7.67 6.33 28.42 -
YUV 63.56 175.09 100.5 -
System Red Green Blue C M Y K H S L
Decimal 25 67 147 0.83 0.54 0 0.42 219.34 0.71 0.34
Hex 19 43 93 53 36 0 2A DB 47 22
Octal 31 103 223 123 66 0 52 333 107 42
Binary 11001 1000011 10010011 1010011 110110 0 101010 11011011 1000111 100010

Color Harmonies of #194393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194393

Black with #194393

Text Example


Text Example

White with #194393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194393; }

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

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

background-color css

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

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

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

border-color css

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

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

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