Html Css Color HEX #175B68 Blue Stone

📋 copy color: '#175B68'

red 23 ◦ green 91 ◦ blue 104

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

Shades of Blue Stone #175B68

Tints of Blue Stone #175B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.74%

 BLUE value IS 104 (41.02% from 255) = 47.71%

R = 10.55%
G = 41.74%
B = 47.71%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#175B68 (or 0x175B68) is known color: Blue Stone. HEX triplet: 17, 5B and 68. RGB value is (23,91,104). Sum of RGB (Red+Green+Blue) = 23+91+104=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #175B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175B68 is #E8A497. Grayscale: #484848. Windows color (decimal): -15246488 or 6839063. OLE color: 6839063.

HSL color Cylindrical-coordinate representation of color #175B68: hue angle of 189.63º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #175B68 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 23 91 104 -
CMYK 0.78 0.12 0 0.59
HSL 189.63º 0.64% 0.25% -
HSV(B) 189.63º 0.78% 0.41% -
XYZ 6.59 8.66 14.42 -
YUV 72.15 145.97 92.94 -
System Red Green Blue C M Y K H S L
Decimal 23 91 104 0.78 0.12 0 0.59 189.63 0.64 0.25
Hex 17 5B 68 4E C 0 3B BE 40 19
Octal 27 133 150 116 14 0 73 276 100 31
Binary 10111 1011011 1101000 1001110 1100 0 111011 10111110 1000000 11001

Color Harmonies of #175B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175B68

Black with #175B68

Text Example


Text Example

White with #175B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,91,104); }

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

background-color css

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

 a { background-color: rgb(23,91,104); }

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

border-color css

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

 span { border-color: rgb(23,91,104); }

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