#174A91

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

Shades of Endeavour #174A91

Tints of Endeavour #174A91

Color information

#174A91 (or 0x174A91) is unknown color: approx Endeavour. HEX triplet: 17, 4A and 91. RGB value is (23,74,145). Sum of RGB (Red+Green+Blue) = 23+74+145=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #174A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174A91 is #E8B56E. Grayscale: #424242. Windows color (decimal): -15250799 or 9521687. OLE color: 9521687.

HSL color Cylindrical-coordinate representation of color #174A91: hue angle of 214.92º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #174A91 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2374145-
CMYK0.840.4900.43
HSL214.92º72.62%32.94%-
HSV(B)214.92º84.14%56.86%-
XYZ7.917.1227.75-
YUV66.84172.196.73-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.50%
GREEN value IS 74 (29.30% from 255) = 30.58%
BLUE value IS 145 (57.03% from 255) = 59.92%
R=9.50%
G=30.58%
B=59.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal23741450.840.4900.43214.9272.6232.94
Hex174A91543102Bd74921
Octal271122211246105332711141
Binary1011110010101001000110101001100010101011110101111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174A91; }

 p { color: rgb(23,74,145); }

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

<style>
 a { background-color: #174A91; }

 a { background-color: rgb(23,74,145); }

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

<style>
 span { border-color: #174A91; }

 span { border-color: rgb(23,74,145); }

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