Html Css Color HEX #194A9C Egyptian Blue

📋 copy color: '#194A9C'

red 25 ◦ green 74 ◦ blue 156

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

Shades of Egyptian Blue #194A9C

Tints of Egyptian Blue #194A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 61.18%

R = 9.8%
G = 29.02%
B = 61.18%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#194A9C (or 0x194A9C) is known color: Egyptian Blue. HEX triplet: 19, 4A and 9C. RGB value is (25,74,156). Sum of RGB (Red+Green+Blue) = 25+74+156=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #194A9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194A9C is #E6B563. Grayscale: #444444. Windows color (decimal): -15119716 or 10242585. OLE color: 10242585.

HSL color Cylindrical-coordinate representation of color #194A9C: hue angle of 217.56º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #194A9C is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 74 156 -
CMYK 0.84 0.53 0 0.39
HSL 217.56º 0.72% 0.35% -
HSV(B) 217.56º 0.84% 0.61% -
XYZ 8.85 7.5 32.43 -
YUV 68.7 177.27 96.83 -
System Red Green Blue C M Y K H S L
Decimal 25 74 156 0.84 0.53 0 0.39 217.56 0.72 0.35
Hex 19 4A 9C 54 35 0 27 DA 48 23
Octal 31 112 234 124 65 0 47 332 110 43
Binary 11001 1001010 10011100 1010100 110101 0 100111 11011010 1001000 100011

Color Harmonies of #194A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194A9C

Black with #194A9C

Text Example


Text Example

White with #194A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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