Html Css Color HEX #194696 Egyptian Blue

📋 copy color: '#194696'

red 25 ◦ green 70 ◦ blue 150

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

Shades of Egyptian Blue #194696

Tints of Egyptian Blue #194696

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.57%

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

R = 10.2%
G = 28.57%
B = 61.22%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#194696 (or 0x194696) is known color: Egyptian Blue. HEX triplet: 19, 46 and 96. RGB value is (25,70,150). Sum of RGB (Red+Green+Blue) = 25+70+150=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #194696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194696 is #E6B969. Grayscale: #414141. Windows color (decimal): -15120746 or 9848345. OLE color: 9848345.

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

Color convert

RGB 25 70 150 -
CMYK 0.83 0.53 0 0.41
HSL 218.4º 0.71% 0.34% -
HSV(B) 218.4º 0.83% 0.59% -
XYZ 8.1 6.79 29.74 -
YUV 65.67 175.59 99 -
System Red Green Blue C M Y K H S L
Decimal 25 70 150 0.83 0.53 0 0.41 218.4 0.71 0.34
Hex 19 46 96 53 35 0 29 DA 47 22
Octal 31 106 226 123 65 0 51 332 107 42
Binary 11001 1000110 10010110 1010011 110101 0 101001 11011010 1000111 100010

Color Harmonies of #194696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194696

Black with #194696

Text Example


Text Example

White with #194696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194696; }

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

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

background-color css

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

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

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

border-color css

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

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

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