Html Css Color HEX #175080 Bahama Blue

📋 copy color: '#175080'

red 23 ◦ green 80 ◦ blue 128

#175080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #175080

Tints of Bahama Blue #175080

RGB

 RED value IS 23 (9.38% from 255) = 9.96%

 GREEN value IS 80 (31.64% from 255) = 34.63%

 BLUE value IS 128 (50.39% from 255) = 55.41%

R = 9.96%
G = 34.63%
B = 55.41%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#175080 (or 0x175080) is known color: Bahama Blue. HEX triplet: 17, 50 and 80. RGB value is (23,80,128). Sum of RGB (Red+Green+Blue) = 23+80+128=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #175080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175080 is #E8AF7F. Grayscale: #444444. Windows color (decimal): -15249280 or 8409111. OLE color: 8409111.

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

Color convert

RGB 23 80 128 -
CMYK 0.82 0.38 0 0.50
HSL 207.43º 0.7% 0.3% -
HSV(B) 207.43º 0.82% 0.5% -
XYZ 7.12 7.48 21.49 -
YUV 68.43 161.62 95.6 -
System Red Green Blue C M Y K H S L
Decimal 23 80 128 0.82 0.38 0 0.50 207.43 0.7 0.3
Hex 17 50 80 52 26 0 32 CF 46 1E
Octal 27 120 200 122 46 0 62 317 106 36
Binary 10111 1010000 10000000 1010010 100110 0 110010 11001111 1000110 11110

Color Harmonies of #175080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175080

Black with #175080

Text Example


Text Example

White with #175080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175080; }

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

 H1.HeaderClassName
 {
   color: #175080;
 }
 .AnyTagClassName
 {
   color: #175080;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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