Html Css Color HEX #175A85 Bahama Blue

📋 copy color: '#175A85'

red 23 ◦ green 90 ◦ blue 133

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

Shades of Bahama Blue #175A85

Tints of Bahama Blue #175A85

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.59%

 BLUE value IS 133 (52.34% from 255) = 54.07%

R = 9.35%
G = 36.59%
B = 54.07%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#175A85 (or 0x175A85) is known color: Bahama Blue. HEX triplet: 17, 5A and 85. RGB value is (23,90,133). Sum of RGB (Red+Green+Blue) = 23+90+133=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #175A85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175A85 is #E8A57A. Grayscale: #4A4A4A. Windows color (decimal): -15246715 or 8739351. OLE color: 8739351.

HSL color Cylindrical-coordinate representation of color #175A85: hue angle of 203.45º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #175A85 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 23 90 133 -
CMYK 0.83 0.32 0 0.48
HSL 203.45º 0.71% 0.31% -
HSV(B) 203.45º 0.83% 0.52% -
XYZ 8.24 9.19 23.53 -
YUV 74.87 160.8 91 -
System Red Green Blue C M Y K H S L
Decimal 23 90 133 0.83 0.32 0 0.48 203.45 0.71 0.31
Hex 17 5A 85 53 20 0 30 CB 47 1F
Octal 27 132 205 123 40 0 60 313 107 37
Binary 10111 1011010 10000101 1010011 100000 0 110000 11001011 1000111 11111

Color Harmonies of #175A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175A85

Black with #175A85

Text Example


Text Example

White with #175A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175A85; }

 p { color: rgb(23,90,133); }

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

background-color css

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

 a { background-color: rgb(23,90,133); }

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

border-color css

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

 span { border-color: rgb(23,90,133); }

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