#175078

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

Shades of Bahama Blue #175078

Tints of Bahama Blue #175078

Color information

#175078 (or 0x175078) is unknown color: approx Bahama Blue. HEX triplet: 17, 50 and 78. RGB value is (23,80,120). Sum of RGB (Red+Green+Blue) = 23+80+120=223 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.31% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #175078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175078 is #E8AF87. Grayscale: #434343. Windows color (decimal): -15249288 or 7884823. OLE color: 7884823.

HSL color Cylindrical-coordinate representation of color #175078: hue angle of 204.74º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175078 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2380120-
CMYK0.810.3300.53
HSL204.74º67.83%28.04%-
HSV(B)204.74º80.83%47.06%-
XYZ6.617.2818.83-
YUV67.52157.6296.25-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.31%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 120 (47.27% from 255) = 53.81%
R=10.31%
G=35.87%
B=53.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal23801200.810.3300.53204.7467.8328.04
Hex1750785121035cd441c
Octal271201701214106531510434
Binary10111101000011110001010001100001011010111001101100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175078; }

 p { color: rgb(23,80,120); }

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

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

 a { background-color: rgb(23,80,120); }

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

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

 span { border-color: rgb(23,80,120); }

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