Html Css Color HEX #194F91 Endeavour

📋 copy color: '#194F91'

red 25 ◦ green 79 ◦ blue 145

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

Shades of Endeavour #194F91

Tints of Endeavour #194F91

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.73%

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

R = 10.04%
G = 31.73%
B = 58.23%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#194F91 (or 0x194F91) is known color: Endeavour. HEX triplet: 19, 4F and 91. RGB value is (25,79,145). Sum of RGB (Red+Green+Blue) = 25+79+145=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #194F91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194F91 is #E6B06E. Grayscale: #464646. Windows color (decimal): -15118447 or 9522969. OLE color: 9522969.

HSL color Cylindrical-coordinate representation of color #194F91: hue angle of 213º 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 #194F91 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 79 145 -
CMYK 0.83 0.46 0 0.43
HSL 213º 0.71% 0.33% -
HSV(B) 213º 0.83% 0.57% -
XYZ 8.31 7.84 27.86 -
YUV 70.38 170.11 95.63 -
System Red Green Blue C M Y K H S L
Decimal 25 79 145 0.83 0.46 0 0.43 213 0.71 0.33
Hex 19 4F 91 53 2E 0 2B D5 47 21
Octal 31 117 221 123 56 0 53 325 107 41
Binary 11001 1001111 10010001 1010011 101110 0 101011 11010101 1000111 100001

Color Harmonies of #194F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194F91

Black with #194F91

Text Example


Text Example

White with #194F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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