Html Css Color HEX #194AA1 Egyptian Blue

📋 copy color: '#194AA1'

red 25 ◦ green 74 ◦ blue 161

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

Shades of Egyptian Blue #194AA1

Tints of Egyptian Blue #194AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 61.92%

R = 9.62%
G = 28.46%
B = 61.92%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#194AA1 (or 0x194AA1) is known color: Egyptian Blue. HEX triplet: 19, 4A and A1. RGB value is (25,74,161). Sum of RGB (Red+Green+Blue) = 25+74+161=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 161 (63.28% from 255 or 61.92% from 260); Max value from RGB is 161 - color contains mainly: blue. Hex color #194AA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194AA1 is #E6B55E. Grayscale: #444444. Windows color (decimal): -15119711 or 10570265. OLE color: 10570265.

HSL color Cylindrical-coordinate representation of color #194AA1: hue angle of 218.38º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #194AA1 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 25 74 161 -
CMYK 0.84 0.54 0 0.37
HSL 218.38º 0.73% 0.36% -
HSV(B) 218.38º 0.84% 0.63% -
XYZ 9.28 7.68 34.71 -
YUV 69.27 179.77 96.43 -
System Red Green Blue C M Y K H S L
Decimal 25 74 161 0.84 0.54 0 0.37 218.38 0.73 0.36
Hex 19 4A A1 54 36 0 25 DA 49 24
Octal 31 112 241 124 66 0 45 332 111 44
Binary 11001 1001010 10100001 1010100 110110 0 100101 11011010 1001001 100100

Color Harmonies of #194AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194AA1

Black with #194AA1

Text Example


Text Example

White with #194AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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