Html Css Color HEX #194699 Egyptian Blue

📋 copy color: '#194699'

red 25 ◦ green 70 ◦ blue 153

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

Shades of Egyptian Blue #194699

Tints of Egyptian Blue #194699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.69%

R = 10.08%
G = 28.23%
B = 61.69%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#194699 (or 0x194699) is known color: Egyptian Blue. HEX triplet: 19, 46 and 99. RGB value is (25,70,153). Sum of RGB (Red+Green+Blue) = 25+70+153=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #194699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194699 is #E6B966. Grayscale: #414141. Windows color (decimal): -15120743 or 10044953. OLE color: 10044953.

HSL color Cylindrical-coordinate representation of color #194699: hue angle of 218.91º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #194699 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 70 153 -
CMYK 0.84 0.54 0 0.4
HSL 218.91º 0.72% 0.35% -
HSV(B) 218.91º 0.84% 0.6% -
XYZ 8.34 6.89 31.03 -
YUV 66.01 177.09 98.75 -
System Red Green Blue C M Y K H S L
Decimal 25 70 153 0.84 0.54 0 0.4 218.91 0.72 0.35
Hex 19 46 99 54 36 0 28 DB 48 23
Octal 31 106 231 124 66 0 50 333 110 43
Binary 11001 1000110 10011001 1010100 110110 0 101000 11011011 1001000 100011

Color Harmonies of #194699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194699

Black with #194699

Text Example


Text Example

White with #194699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194699; }

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

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

background-color css

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

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

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

border-color css

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

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

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