Html Css Color HEX #194190 Egyptian Blue

📋 copy color: '#194190'

red 25 ◦ green 65 ◦ blue 144

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

Shades of Egyptian Blue #194190

Tints of Egyptian Blue #194190

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.78%

 BLUE value IS 144 (56.64% from 255) = 61.54%

R = 10.68%
G = 27.78%
B = 61.54%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#194190 (or 0x194190) is known color: Egyptian Blue. HEX triplet: 19, 41 and 90. RGB value is (25,65,144). Sum of RGB (Red+Green+Blue) = 25+65+144=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #194190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194190 is #E6BE6F. Grayscale: #3D3D3D. Windows color (decimal): -15122032 or 9453849. OLE color: 9453849.

HSL color Cylindrical-coordinate representation of color #194190: hue angle of 219.83º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194190 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 65 144 -
CMYK 0.83 0.55 0 0.44
HSL 219.83º 0.7% 0.33% -
HSV(B) 219.83º 0.83% 0.56% -
XYZ 7.33 6 27.16 -
YUV 62.05 174.25 101.58 -
System Red Green Blue C M Y K H S L
Decimal 25 65 144 0.83 0.55 0 0.44 219.83 0.7 0.33
Hex 19 41 90 53 37 0 2C DC 46 21
Octal 31 101 220 123 67 0 54 334 106 41
Binary 11001 1000001 10010000 1010011 110111 0 101100 11011100 1000110 100001

Color Harmonies of #194190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194190

Black with #194190

Text Example


Text Example

White with #194190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194190; }

 p { color: rgb(25,65,144); }

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

background-color css

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

 a { background-color: rgb(25,65,144); }

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

border-color css

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

 span { border-color: rgb(25,65,144); }

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