#174F7F

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

Shades of Bahama Blue #174F7F

Tints of Bahama Blue #174F7F

Color information

#174F7F (or 0x174F7F) is unknown color: approx Bahama Blue. HEX triplet: 17, 4F and 7F. RGB value is (23,79,127). Sum of RGB (Red+Green+Blue) = 23+79+127=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #174F7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174F7F is #E8B080. Grayscale: #434343. Windows color (decimal): -15249537 or 8343319. OLE color: 8343319.

HSL color Cylindrical-coordinate representation of color #174F7F: hue angle of 207.69º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #174F7F is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2379127-
CMYK0.820.3800.50
HSL207.69º69.33%29.41%-
HSV(B)207.69º81.89%49.8%-
XYZ6.987.3121.12-
YUV67.73161.4596.1-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.04%
GREEN value IS 79 (31.25% from 255) = 34.50%
BLUE value IS 127 (50% from 255) = 55.46%
R=10.04%
G=34.50%
B=55.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal23791270.820.3800.50207.6969.3329.41
Hex174F7F5226032d0451d
Octal271171771224606232010535
Binary10111100111111111111010010100110011001011010000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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