Html Css Color HEX #194396 Egyptian Blue

📋 copy color: '#194396'

red 25 ◦ green 67 ◦ blue 150

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

Shades of Egyptian Blue #194396

Tints of Egyptian Blue #194396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 61.98%

R = 10.33%
G = 27.69%
B = 61.98%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#194396 (or 0x194396) is known color: Egyptian Blue. HEX triplet: 19, 43 and 96. RGB value is (25,67,150). Sum of RGB (Red+Green+Blue) = 25+67+150=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #194396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194396 is #E6BC69. Grayscale: #3F3F3F. Windows color (decimal): -15121514 or 9847577. OLE color: 9847577.

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

Color convert

RGB 25 67 150 -
CMYK 0.83 0.55 0 0.41
HSL 219.84º 0.71% 0.34% -
HSV(B) 219.84º 0.83% 0.59% -
XYZ 7.91 6.42 29.68 -
YUV 63.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 25 67 150 0.83 0.55 0 0.41 219.84 0.71 0.34
Hex 19 43 96 53 37 0 29 DC 47 22
Octal 31 103 226 123 67 0 51 334 107 42
Binary 11001 1000011 10010110 1010011 110111 0 101001 11011100 1000111 100010

Color Harmonies of #194396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194396

Black with #194396

Text Example


Text Example

White with #194396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194396; }

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

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

background-color css

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

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

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

border-color css

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

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

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