Html Css Color HEX #194AAA Egyptian Blue

📋 copy color: '#194AAA'

red 25 ◦ green 74 ◦ blue 170

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

Shades of Egyptian Blue #194AAA

Tints of Egyptian Blue #194AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.51%

 BLUE value IS 170 (66.8% from 255) = 63.2%

R = 9.29%
G = 27.51%
B = 63.2%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#194AAA (or 0x194AAA) is known color: Egyptian Blue. HEX triplet: 19, 4A and AA. RGB value is (25,74,170). Sum of RGB (Red+Green+Blue) = 25+74+170=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #194AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194AAA is #E6B555. Grayscale: #454545. Windows color (decimal): -15119702 or 11160089. OLE color: 11160089.

HSL color Cylindrical-coordinate representation of color #194AAA: hue angle of 219.72º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #194AAA is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 74 170 -
CMYK 0.85 0.56 0 0.33
HSL 219.72º 0.74% 0.38% -
HSV(B) 219.72º 0.85% 0.67% -
XYZ 10.11 8.01 39.04 -
YUV 70.29 184.27 95.69 -
System Red Green Blue C M Y K H S L
Decimal 25 74 170 0.85 0.56 0 0.33 219.72 0.74 0.38
Hex 19 4A AA 55 38 0 21 DC 4A 26
Octal 31 112 252 125 70 0 41 334 112 46
Binary 11001 1001010 10101010 1010101 111000 0 100001 11011100 1001010 100110

Color Harmonies of #194AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194AAA

Black with #194AAA

Text Example


Text Example

White with #194AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194AAA; }

 p { color: rgb(25,74,170); }

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

background-color css

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

 a { background-color: rgb(25,74,170); }

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

border-color css

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

 span { border-color: rgb(25,74,170); }

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