Html Css Color HEX #175385 Bahama Blue

📋 copy color: '#175385'

red 23 ◦ green 83 ◦ blue 133

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

Shades of Bahama Blue #175385

Tints of Bahama Blue #175385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.73%

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

R = 9.62%
G = 34.73%
B = 55.65%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#175385 (or 0x175385) is known color: Bahama Blue. HEX triplet: 17, 53 and 85. RGB value is (23,83,133). Sum of RGB (Red+Green+Blue) = 23+83+133=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #175385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175385 is #E8AC7A. Grayscale: #464646. Windows color (decimal): -15248507 or 8737559. OLE color: 8737559.

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

Color convert

RGB 23 83 133 -
CMYK 0.83 0.38 0 0.48
HSL 207.27º 0.71% 0.31% -
HSV(B) 207.27º 0.83% 0.52% -
XYZ 7.68 8.06 23.34 -
YUV 70.76 163.12 93.93 -
System Red Green Blue C M Y K H S L
Decimal 23 83 133 0.83 0.38 0 0.48 207.27 0.71 0.31
Hex 17 53 85 53 26 0 30 CF 47 1F
Octal 27 123 205 123 46 0 60 317 107 37
Binary 10111 1010011 10000101 1010011 100110 0 110000 11001111 1000111 11111

Color Harmonies of #175385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175385

Black with #175385

Text Example


Text Example

White with #175385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175385; }

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

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

background-color css

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

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

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

border-color css

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

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

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