Html Css Color HEX #194BA0 Egyptian Blue

📋 copy color: '#194BA0'

red 25 ◦ green 75 ◦ blue 160

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

Shades of Egyptian Blue #194BA0

Tints of Egyptian Blue #194BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 61.54%

R = 9.62%
G = 28.85%
B = 61.54%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#194BA0 (or 0x194BA0) is known color: Egyptian Blue. HEX triplet: 19, 4B and A0. RGB value is (25,75,160). Sum of RGB (Red+Green+Blue) = 25+75+160=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 160 (62.89% from 255 or 61.54% from 260); Max value from RGB is 160 - color contains mainly: blue. Hex color #194BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194BA0 is #E6B45F. Grayscale: #454545. Windows color (decimal): -15119456 or 10504985. OLE color: 10504985.

HSL color Cylindrical-coordinate representation of color #194BA0: hue angle of 217.78º 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 #194BA0 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 25 75 160 -
CMYK 0.84 0.53 0 0.37
HSL 217.78º 0.73% 0.36% -
HSV(B) 217.78º 0.84% 0.63% -
XYZ 9.26 7.78 34.27 -
YUV 69.74 178.94 96.09 -
System Red Green Blue C M Y K H S L
Decimal 25 75 160 0.84 0.53 0 0.37 217.78 0.73 0.36
Hex 19 4B A0 54 35 0 25 DA 49 24
Octal 31 113 240 124 65 0 45 332 111 44
Binary 11001 1001011 10100000 1010100 110101 0 100101 11011010 1001001 100100

Color Harmonies of #194BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194BA0

Black with #194BA0

Text Example


Text Example

White with #194BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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