#194E8A

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

Shades of Endeavour #194E8A

Tints of Endeavour #194E8A

Color information

#194E8A (or 0x194E8A) is unknown color: approx Endeavour. HEX triplet: 19, 4E and 8A. RGB value is (25,78,138). Sum of RGB (Red+Green+Blue) = 25+78+138=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #194E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194E8A is #E6B175. Grayscale: #444444. Windows color (decimal): -15118710 or 9063961. OLE color: 9063961.

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

Color convert

RGB2578138-
CMYK0.820.4300.46
HSL211.86º69.33%31.96%-
HSV(B)211.86º81.88%54.12%-
XYZ7.717.4925.08-
YUV68.99166.9496.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.37%
GREEN value IS 78 (30.86% from 255) = 32.37%
BLUE value IS 138 (54.30% from 255) = 57.26%
R=10.37%
G=32.37%
B=57.26%

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
Decimal25781380.820.4300.46211.8669.3331.96
Hex194E8A522B02Ed44520
Octal311162121225305632410540
Binary1100110011101000101010100101010110101110110101001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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