Html Css Color HEX #194791 Endeavour

📋 copy color: '#194791'

red 25 ◦ green 71 ◦ blue 145

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

Shades of Endeavour #194791

Tints of Endeavour #194791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.46%

 BLUE value IS 145 (57.03% from 255) = 60.17%

R = 10.37%
G = 29.46%
B = 60.17%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#194791 (or 0x194791) is known color: Endeavour. HEX triplet: 19, 47 and 91. RGB value is (25,71,145). Sum of RGB (Red+Green+Blue) = 25+71+145=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #194791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194791 is #E6B86E. Grayscale: #414141. Windows color (decimal): -15120495 or 9520921. OLE color: 9520921.

HSL color Cylindrical-coordinate representation of color #194791: hue angle of 217º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194791 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 71 145 -
CMYK 0.83 0.51 0 0.43
HSL 217º 0.71% 0.33% -
HSV(B) 217º 0.83% 0.57% -
XYZ 7.76 6.76 27.68 -
YUV 65.68 172.76 98.98 -
System Red Green Blue C M Y K H S L
Decimal 25 71 145 0.83 0.51 0 0.43 217 0.71 0.33
Hex 19 47 91 53 33 0 2B D9 47 21
Octal 31 107 221 123 63 0 53 331 107 41
Binary 11001 1000111 10010001 1010011 110011 0 101011 11011001 1000111 100001

Color Harmonies of #194791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194791

Black with #194791

Text Example


Text Example

White with #194791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194791; }

 p { color: rgb(25,71,145); }

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

background-color css

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

 a { background-color: rgb(25,71,145); }

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

border-color css

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

 span { border-color: rgb(25,71,145); }

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