#174d96

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

Shades of Endeavour #174D96

Tints of Endeavour #174D96

Color information

#174D96 (or 0x174D96) is unknown color: approx Endeavour. HEX triplet: 17, 4D and 96. RGB value is (23,77,150). Sum of RGB (Red+Green+Blue) = 23+77+150=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #174D96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #174D96 is #E8B269. Grayscale: #444444. Windows color (decimal): -15250026 or 9850135. OLE color: 9850135.

HSL color Cylindrical-coordinate representation of color #174D96: hue angle of 214.49º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #174D96 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2377150-
CMYK0.850.4900.41
HSL214.49º73.41%33.92%-
HSV(B)214.49º84.67%58.82%-
XYZ8.517.6929.89-
YUV69.18173.6195.06-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.2%
GREEN value IS 77 (30.47% from 255) = 30.8%
BLUE value IS 150 (58.98% from 255) = 60%
R=9.2%
G=30.8%
B=60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal23771500.850.4900.41214.4973.4133.92
Hex174D965531029d64922
Octal271152261256105132611142
Binary1011110011011001011010101011100010101001110101101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174d96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,77,150); }

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

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

 a { background-color: rgb(23,77,150); }

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

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

 span { border-color: rgb(23,77,150); }

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