#194E97

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

Shades of Endeavour #194E97

Tints of Endeavour #194E97

Color information

#194E97 (or 0x194E97) is unknown color: approx Endeavour. HEX triplet: 19, 4E and 97. RGB value is (25,78,151). Sum of RGB (Red+Green+Blue) = 25+78+151=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #194E97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194E97 is #E6B168. Grayscale: #464646. Windows color (decimal): -15118697 or 9915929. OLE color: 9915929.

HSL color Cylindrical-coordinate representation of color #194E97: hue angle of 214.76º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194E97 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2578151-
CMYK0.830.4800.41
HSL214.76º71.59%34.51%-
HSV(B)214.76º83.44%59.22%-
XYZ8.717.8930.34-
YUV70.47173.4495.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.84%
GREEN value IS 78 (30.86% from 255) = 30.71%
BLUE value IS 151 (59.38% from 255) = 59.45%
R=9.84%
G=30.71%
B=59.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal25781510.830.4800.41214.7671.5934.51
Hex194E975330029d74823
Octal311162271236005132711043
Binary1100110011101001011110100111100000101001110101111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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