Html Css Color HEX #194BA1 Egyptian Blue

📋 copy color: '#194BA1'

red 25 ◦ green 75 ◦ blue 161

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

Shades of Egyptian Blue #194BA1

Tints of Egyptian Blue #194BA1

RGB

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

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

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

R = 9.58%
G = 28.74%
B = 61.69%

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

#194BA1 (or 0x194BA1) is known color: Egyptian Blue. HEX triplet: 19, 4B and A1. RGB value is (25,75,161). Sum of RGB (Red+Green+Blue) = 25+75+161=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 161 (63.28% from 255 or 61.69% from 261); Max value from RGB is 161 - color contains mainly: blue. Hex color #194BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194BA1 is #E6B45E. Grayscale: #454545. Windows color (decimal): -15119455 or 10570521. OLE color: 10570521.

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

Color convert

RGB 25 75 161 -
CMYK 0.84 0.53 0 0.37
HSL 217.94º 0.73% 0.36% -
HSV(B) 217.94º 0.84% 0.63% -
XYZ 9.35 7.81 34.73 -
YUV 69.85 179.44 96.01 -
System Red Green Blue C M Y K H S L
Decimal 25 75 161 0.84 0.53 0 0.37 217.94 0.73 0.36
Hex 19 4B A1 54 35 0 25 DA 49 24
Octal 31 113 241 124 65 0 45 332 111 44
Binary 11001 1001011 10100001 1010100 110101 0 100101 11011010 1001001 100100

Color Harmonies of #194BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194BA1

Black with #194BA1

Text Example


Text Example

White with #194BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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