Html Css Color HEX #194B9D Egyptian Blue

📋 copy color: '#194B9D'

red 25 ◦ green 75 ◦ blue 157

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

Shades of Egyptian Blue #194B9D

Tints of Egyptian Blue #194B9D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.18%

 BLUE value IS 157 (61.72% from 255) = 61.09%

R = 9.73%
G = 29.18%
B = 61.09%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#194B9D (or 0x194B9D) is known color: Egyptian Blue. HEX triplet: 19, 4B and 9D. RGB value is (25,75,157). Sum of RGB (Red+Green+Blue) = 25+75+157=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #194B9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194B9D is #E6B462. Grayscale: #454545. Windows color (decimal): -15119459 or 10308377. OLE color: 10308377.

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

Color convert

RGB 25 75 157 -
CMYK 0.84 0.52 0 0.38
HSL 217.27º 0.73% 0.36% -
HSV(B) 217.27º 0.84% 0.62% -
XYZ 9 7.67 32.9 -
YUV 69.4 177.44 96.33 -
System Red Green Blue C M Y K H S L
Decimal 25 75 157 0.84 0.52 0 0.38 217.27 0.73 0.36
Hex 19 4B 9D 54 34 0 26 D9 49 24
Octal 31 113 235 124 64 0 46 331 111 44
Binary 11001 1001011 10011101 1010100 110100 0 100110 11011001 1001001 100100

Color Harmonies of #194B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194B9D

Black with #194B9D

Text Example


Text Example

White with #194B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,75,157); }

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

background-color css

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

 a { background-color: rgb(25,75,157); }

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

border-color css

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

 span { border-color: rgb(25,75,157); }

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