#194D8A

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

Shades of Endeavour #194D8A

Tints of Endeavour #194D8A

Color information

#194D8A (or 0x194D8A) is unknown color: approx Endeavour. HEX triplet: 19, 4D and 8A. RGB value is (25,77,138). Sum of RGB (Red+Green+Blue) = 25+77+138=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #194D8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194D8A is #E6B275. Grayscale: #444444. Windows color (decimal): -15118966 or 9063705. OLE color: 9063705.

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

Color convert

RGB2577138-
CMYK0.820.4400.46
HSL212.39º69.33%31.96%-
HSV(B)212.39º81.88%54.12%-
XYZ7.647.3525.06-
YUV68.41167.2797.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.42%
GREEN value IS 77 (30.47% from 255) = 32.08%
BLUE value IS 138 (54.30% from 255) = 57.5%
R=10.42%
G=32.08%
B=57.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25771380.820.4400.46212.3969.3331.96
Hex194D8A522C02Ed44520
Octal311152121225405632410540
Binary1100110011011000101010100101011000101110110101001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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