Html Css Color HEX #194398 Egyptian Blue

📋 copy color: '#194398'

red 25 ◦ green 67 ◦ blue 152

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

Shades of Egyptian Blue #194398

Tints of Egyptian Blue #194398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 62.3%

R = 10.25%
G = 27.46%
B = 62.3%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#194398 (or 0x194398) is known color: Egyptian Blue. HEX triplet: 19, 43 and 98. RGB value is (25,67,152). Sum of RGB (Red+Green+Blue) = 25+67+152=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 152 (59.77% from 255 or 62.30% from 244); Max value from RGB is 152 - color contains mainly: blue. Hex color #194398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194398 is #E6BC67. Grayscale: #3F3F3F. Windows color (decimal): -15121512 or 9978649. OLE color: 9978649.

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

Color convert

RGB 25 67 152 -
CMYK 0.84 0.56 0 0.40
HSL 220.16º 0.72% 0.35% -
HSV(B) 220.16º 0.84% 0.6% -
XYZ 8.08 6.49 30.53 -
YUV 64.13 177.59 100.09 -
System Red Green Blue C M Y K H S L
Decimal 25 67 152 0.84 0.56 0 0.40 220.16 0.72 0.35
Hex 19 43 98 54 38 0 28 DC 48 23
Octal 31 103 230 124 70 0 50 334 110 43
Binary 11001 1000011 10011000 1010100 111000 0 101000 11011100 1001000 100011

Color Harmonies of #194398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194398

Black with #194398

Text Example


Text Example

White with #194398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194398; }

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

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

background-color css

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

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

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

border-color css

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

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

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