Html Css Color HEX #194099 Egyptian Blue

📋 copy color: '#194099'

red 25 ◦ green 64 ◦ blue 153

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

Shades of Egyptian Blue #194099

Tints of Egyptian Blue #194099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

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

R = 10.33%
G = 26.45%
B = 63.22%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#194099 (or 0x194099) is known color: Egyptian Blue. HEX triplet: 19, 40 and 99. RGB value is (25,64,153). Sum of RGB (Red+Green+Blue) = 25+64+153=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #194099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194099 is #E6BF66. Grayscale: #3E3E3E. Windows color (decimal): -15122279 or 10043417. OLE color: 10043417.

HSL color Cylindrical-coordinate representation of color #194099: hue angle of 221.72º 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 #194099 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 64 153 -
CMYK 0.84 0.58 0 0.4
HSL 221.72º 0.72% 0.35% -
HSV(B) 221.72º 0.84% 0.6% -
XYZ 7.98 6.17 30.91 -
YUV 62.49 179.08 101.26 -
System Red Green Blue C M Y K H S L
Decimal 25 64 153 0.84 0.58 0 0.4 221.72 0.72 0.35
Hex 19 40 99 54 3A 0 28 DE 48 23
Octal 31 100 231 124 72 0 50 336 110 43
Binary 11001 1000000 10011001 1010100 111010 0 101000 11011110 1001000 100011

Color Harmonies of #194099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194099

Black with #194099

Text Example


Text Example

White with #194099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194099; }

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

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

background-color css

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

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

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

border-color css

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

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

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