Html Css Color HEX #194291 Egyptian Blue

📋 copy color: '#194291'

red 25 ◦ green 66 ◦ blue 145

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

Shades of Egyptian Blue #194291

Tints of Egyptian Blue #194291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.97%

 BLUE value IS 145 (57.03% from 255) = 61.44%

R = 10.59%
G = 27.97%
B = 61.44%

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

#194291 (or 0x194291) is known color: Egyptian Blue. HEX triplet: 19, 42 and 91. RGB value is (25,66,145). Sum of RGB (Red+Green+Blue) = 25+66+145=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #194291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194291 is #E6BD6E. Grayscale: #3E3E3E. Windows color (decimal): -15121775 or 9519641. OLE color: 9519641.

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

Color convert

RGB 25 66 145 -
CMYK 0.83 0.54 0 0.43
HSL 219.5º 0.71% 0.33% -
HSV(B) 219.5º 0.83% 0.57% -
XYZ 7.46 6.15 27.58 -
YUV 62.75 174.42 101.08 -
System Red Green Blue C M Y K H S L
Decimal 25 66 145 0.83 0.54 0 0.43 219.5 0.71 0.33
Hex 19 42 91 53 36 0 2B DC 47 21
Octal 31 102 221 123 66 0 53 334 107 41
Binary 11001 1000010 10010001 1010011 110110 0 101011 11011100 1000111 100001

Color Harmonies of #194291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194291

Black with #194291

Text Example


Text Example

White with #194291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194291; }

 p { color: rgb(25,66,145); }

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

background-color css

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

 a { background-color: rgb(25,66,145); }

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

border-color css

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

 span { border-color: rgb(25,66,145); }

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