Html Css Color HEX #175765 Blue Stone

📋 copy color: '#175765'

red 23 ◦ green 87 ◦ blue 101

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

Shades of Blue Stone #175765

Tints of Blue Stone #175765

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.23%

 BLUE value IS 101 (39.84% from 255) = 47.87%

R = 10.9%
G = 41.23%
B = 47.87%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#175765 (or 0x175765) is known color: Blue Stone. HEX triplet: 17, 57 and 65. RGB value is (23,87,101). Sum of RGB (Red+Green+Blue) = 23+87+101=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #175765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175765 is #E8A89A. Grayscale: #454545. Windows color (decimal): -15247515 or 6641431. OLE color: 6641431.

HSL color Cylindrical-coordinate representation of color #175765: hue angle of 190.77º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #175765 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 23 87 101 -
CMYK 0.77 0.14 0 0.60
HSL 190.77º 0.63% 0.24% -
HSV(B) 190.77º 0.77% 0.4% -
XYZ 6.11 7.94 13.52 -
YUV 69.46 145.8 94.86 -
System Red Green Blue C M Y K H S L
Decimal 23 87 101 0.77 0.14 0 0.60 190.77 0.63 0.24
Hex 17 57 65 4D E 0 3C BF 3F 18
Octal 27 127 145 115 16 0 74 277 77 30
Binary 10111 1010111 1100101 1001101 1110 0 111100 10111111 111111 11000

Color Harmonies of #175765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175765

Black with #175765

Text Example


Text Example

White with #175765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175765; }

 p { color: rgb(23,87,101); }

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

background-color css

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

 a { background-color: rgb(23,87,101); }

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

border-color css

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

 span { border-color: rgb(23,87,101); }

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