Html Css Color HEX #194B9F Egyptian Blue

📋 copy color: '#194B9F'

red 25 ◦ green 75 ◦ blue 159

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

Shades of Egyptian Blue #194B9F

Tints of Egyptian Blue #194B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 61.39%

R = 9.65%
G = 28.96%
B = 61.39%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#194B9F (or 0x194B9F) is known color: Egyptian Blue. HEX triplet: 19, 4B and 9F. RGB value is (25,75,159). Sum of RGB (Red+Green+Blue) = 25+75+159=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #194B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194B9F is #E6B460. Grayscale: #454545. Windows color (decimal): -15119457 or 10439449. OLE color: 10439449.

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

Color convert

RGB 25 75 159 -
CMYK 0.84 0.53 0 0.38
HSL 217.61º 0.73% 0.36% -
HSV(B) 217.61º 0.84% 0.62% -
XYZ 9.17 7.74 33.81 -
YUV 69.63 178.44 96.17 -
System Red Green Blue C M Y K H S L
Decimal 25 75 159 0.84 0.53 0 0.38 217.61 0.73 0.36
Hex 19 4B 9F 54 35 0 26 DA 49 24
Octal 31 113 237 124 65 0 46 332 111 44
Binary 11001 1001011 10011111 1010100 110101 0 100110 11011010 1001001 100100

Color Harmonies of #194B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194B9F

Black with #194B9F

Text Example


Text Example

White with #194B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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