#174F8B

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

Shades of Endeavour #174F8B

Tints of Endeavour #174F8B

Color information

#174F8B (or 0x174F8B) is unknown color: approx Endeavour. HEX triplet: 17, 4F and 8B. RGB value is (23,79,139). Sum of RGB (Red+Green+Blue) = 23+79+139=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #174F8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #174F8B is #E8B074. Grayscale: #444444. Windows color (decimal): -15249525 or 9129751. OLE color: 9129751.

HSL color Cylindrical-coordinate representation of color #174F8B: hue angle of 211.03º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #174F8B is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2379139-
CMYK0.830.4300.45
HSL211.03º71.6%31.76%-
HSV(B)211.03º83.45%54.51%-
XYZ7.817.6425.49-
YUV69.1167.4595.12-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.54%
GREEN value IS 79 (31.25% from 255) = 32.78%
BLUE value IS 139 (54.69% from 255) = 57.68%
R=9.54%
G=32.78%
B=57.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal23791390.830.4300.45211.0371.631.76
Hex174F8B532B02Dd34820
Octal271172131235305532311040
Binary1011110011111000101110100111010110101101110100111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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