Html Css Color HEX #194593 Egyptian Blue

📋 copy color: '#194593'

red 25 ◦ green 69 ◦ blue 147

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

Shades of Egyptian Blue #194593

Tints of Egyptian Blue #194593

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.63%

 BLUE value IS 147 (57.81% from 255) = 61%

R = 10.37%
G = 28.63%
B = 61%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#194593 (or 0x194593) is known color: Egyptian Blue. HEX triplet: 19, 45 and 93. RGB value is (25,69,147). Sum of RGB (Red+Green+Blue) = 25+69+147=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #194593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194593 is #E6BA6C. Grayscale: #404040. Windows color (decimal): -15121005 or 9651481. OLE color: 9651481.

HSL color Cylindrical-coordinate representation of color #194593: hue angle of 218.36º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194593 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 69 147 -
CMYK 0.83 0.53 0 0.42
HSL 218.36º 0.71% 0.34% -
HSV(B) 218.36º 0.83% 0.58% -
XYZ 7.8 6.57 28.46 -
YUV 64.74 174.42 99.66 -
System Red Green Blue C M Y K H S L
Decimal 25 69 147 0.83 0.53 0 0.42 218.36 0.71 0.34
Hex 19 45 93 53 35 0 2A DA 47 22
Octal 31 105 223 123 65 0 52 332 107 42
Binary 11001 1000101 10010011 1010011 110101 0 101010 11011010 1000111 100010

Color Harmonies of #194593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194593

Black with #194593

Text Example


Text Example

White with #194593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194593; }

 p { color: rgb(25,69,147); }

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

background-color css

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

 a { background-color: rgb(25,69,147); }

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

border-color css

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

 span { border-color: rgb(25,69,147); }

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