Html Css Color HEX #194392 Egyptian Blue

📋 copy color: '#194392'

red 25 ◦ green 67 ◦ blue 146

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

Shades of Egyptian Blue #194392

Tints of Egyptian Blue #194392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 61.34%

R = 10.5%
G = 28.15%
B = 61.34%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#194392 (or 0x194392) is known color: Egyptian Blue. HEX triplet: 19, 43 and 92. RGB value is (25,67,146). Sum of RGB (Red+Green+Blue) = 25+67+146=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #194392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194392 is #E6BC6D. Grayscale: #3F3F3F. Windows color (decimal): -15121518 or 9585433. OLE color: 9585433.

HSL color Cylindrical-coordinate representation of color #194392: hue angle of 219.17º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194392 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 67 146 -
CMYK 0.83 0.54 0 0.43
HSL 219.17º 0.71% 0.34% -
HSV(B) 219.17º 0.83% 0.57% -
XYZ 7.6 6.3 28.01 -
YUV 63.45 174.59 100.58 -
System Red Green Blue C M Y K H S L
Decimal 25 67 146 0.83 0.54 0 0.43 219.17 0.71 0.34
Hex 19 43 92 53 36 0 2B DB 47 22
Octal 31 103 222 123 66 0 53 333 107 42
Binary 11001 1000011 10010010 1010011 110110 0 101011 11011011 1000111 100010

Color Harmonies of #194392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194392

Black with #194392

Text Example


Text Example

White with #194392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194392; }

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

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

background-color css

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

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

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

border-color css

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

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

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