#174F96

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

Shades of Endeavour #174F96

Tints of Endeavour #174F96

Color information

#174F96 (or 0x174F96) is unknown color: approx Endeavour. HEX triplet: 17, 4F and 96. RGB value is (23,79,150). Sum of RGB (Red+Green+Blue) = 23+79+150=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #174F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #174F96 is #E8B069. Grayscale: #464646. Windows color (decimal): -15249514 or 9850647. OLE color: 9850647.

HSL color Cylindrical-coordinate representation of color #174F96: hue angle of 213.54º 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 #174F96 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2379150-
CMYK0.850.4700.41
HSL213.54º73.41%33.92%-
HSV(B)213.54º84.67%58.82%-
XYZ8.657.9829.94-
YUV70.35172.9594.23-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.13%
GREEN value IS 79 (31.25% from 255) = 31.35%
BLUE value IS 150 (58.98% from 255) = 59.52%
R=9.13%
G=31.35%
B=59.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal23791500.850.4700.41213.5473.4133.92
Hex174F96552F029d64922
Octal271172261255705132611142
Binary1011110011111001011010101011011110101001110101101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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