#194F8A

Color #194F8A Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #194F8A

Tints of Endeavour #194F8A

Color information

#194F8A (or 0x194F8A) is unknown color: approx Endeavour. HEX triplet: 19, 4F and 8A. RGB value is (25,79,138). Sum of RGB (Red+Green+Blue) = 25+79+138=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #194F8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194F8A is #E6B075. Grayscale: #454545. Windows color (decimal): -15118454 or 9064217. OLE color: 9064217.

HSL color Cylindrical-coordinate representation of color #194F8A: hue angle of 211.33º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #194F8A is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2579138-
CMYK0.820.4300.46
HSL211.33º69.33%31.96%-
HSV(B)211.33º81.88%54.12%-
XYZ7.787.6325.11-
YUV69.58166.6196.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.33%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 138 (54.30% from 255) = 57.02%
R=10.33%
G=32.64%
B=57.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25791380.820.4300.46211.3369.3331.96
Hex194F8A522B02Ed34520
Octal311172121225305632310540
Binary1100110011111000101010100101010110101110110100111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #194F8A;
 }
 .AnyTagClassName
 {
   color: #194F8A;
 }
</style>
background-color css

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

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

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

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

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

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