Html Css Color HEX #194397 Egyptian Blue

📋 copy color: '#194397'

red 25 ◦ green 67 ◦ blue 151

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

Shades of Egyptian Blue #194397

Tints of Egyptian Blue #194397

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.57%

 BLUE value IS 151 (59.38% from 255) = 62.14%

R = 10.29%
G = 27.57%
B = 62.14%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#194397 (or 0x194397) is known color: Egyptian Blue. HEX triplet: 19, 43 and 97. RGB value is (25,67,151). Sum of RGB (Red+Green+Blue) = 25+67+151=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 151 (59.38% from 255 or 62.14% from 243); Max value from RGB is 151 - color contains mainly: blue. Hex color #194397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194397 is #E6BC68. Grayscale: #3F3F3F. Windows color (decimal): -15121513 or 9913113. OLE color: 9913113.

HSL color Cylindrical-coordinate representation of color #194397: hue angle of 220º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194397 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 67 151 -
CMYK 0.83 0.56 0 0.41
HSL 220º 0.72% 0.35% -
HSV(B) 220º 0.83% 0.59% -
XYZ 7.99 6.46 30.1 -
YUV 64.02 177.09 100.17 -
System Red Green Blue C M Y K H S L
Decimal 25 67 151 0.83 0.56 0 0.41 220 0.72 0.35
Hex 19 43 97 53 38 0 29 DC 48 23
Octal 31 103 227 123 70 0 51 334 110 43
Binary 11001 1000011 10010111 1010011 111000 0 101001 11011100 1001000 100011

Color Harmonies of #194397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194397

Black with #194397

Text Example


Text Example

White with #194397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194397; }

 p { color: rgb(25,67,151); }

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

background-color css

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

 a { background-color: rgb(25,67,151); }

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

border-color css

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

 span { border-color: rgb(25,67,151); }

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