Html Css Color HEX #194598 Egyptian Blue

📋 copy color: '#194598'

red 25 ◦ green 69 ◦ blue 152

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

Shades of Egyptian Blue #194598

Tints of Egyptian Blue #194598

RGB

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

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

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

R = 10.16%
G = 28.05%
B = 61.79%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#194598 (or 0x194598) is known color: Egyptian Blue. HEX triplet: 19, 45 and 98. RGB value is (25,69,152). Sum of RGB (Red+Green+Blue) = 25+69+152=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #194598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194598 is #E6BA67. Grayscale: #404040. Windows color (decimal): -15121000 or 9979161. OLE color: 9979161.

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

Color convert

RGB 25 69 152 -
CMYK 0.84 0.55 0 0.40
HSL 219.21º 0.72% 0.35% -
HSV(B) 219.21º 0.84% 0.6% -
XYZ 8.2 6.73 30.57 -
YUV 65.31 176.92 99.25 -
System Red Green Blue C M Y K H S L
Decimal 25 69 152 0.84 0.55 0 0.40 219.21 0.72 0.35
Hex 19 45 98 54 37 0 28 DB 48 23
Octal 31 105 230 124 67 0 50 333 110 43
Binary 11001 1000101 10011000 1010100 110111 0 101000 11011011 1001000 100011

Color Harmonies of #194598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194598

Black with #194598

Text Example


Text Example

White with #194598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194598; }

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

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

background-color css

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

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

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

border-color css

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

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

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