Html Css Color HEX #175085 Bahama Blue

📋 copy color: '#175085'

red 23 ◦ green 80 ◦ blue 133

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

Shades of Bahama Blue #175085

Tints of Bahama Blue #175085

RGB

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

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

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

R = 9.75%
G = 33.9%
B = 56.36%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#175085 (or 0x175085) is known color: Bahama Blue. HEX triplet: 17, 50 and 85. RGB value is (23,80,133). Sum of RGB (Red+Green+Blue) = 23+80+133=236 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.75% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #175085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175085 is #E8AF7A. Grayscale: #444444. Windows color (decimal): -15249275 or 8736791. OLE color: 8736791.

HSL color Cylindrical-coordinate representation of color #175085: hue angle of 208.91º 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 #175085 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 23 80 133 -
CMYK 0.83 0.40 0 0.48
HSL 208.91º 0.71% 0.31% -
HSV(B) 208.91º 0.83% 0.52% -
XYZ 7.46 7.61 23.27 -
YUV 69 164.12 95.19 -
System Red Green Blue C M Y K H S L
Decimal 23 80 133 0.83 0.40 0 0.48 208.91 0.71 0.31
Hex 17 50 85 53 28 0 30 D1 47 1F
Octal 27 120 205 123 50 0 60 321 107 37
Binary 10111 1010000 10000101 1010011 101000 0 110000 11010001 1000111 11111

Color Harmonies of #175085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175085

Black with #175085

Text Example


Text Example

White with #175085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175085; }

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

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

background-color css

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

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

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

border-color css

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

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

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