Html Css Color HEX #175963 Blue Stone

📋 copy color: '#175963'

red 23 ◦ green 89 ◦ blue 99

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

Shades of Blue Stone #175963

Tints of Blue Stone #175963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.18%

 BLUE value IS 99 (39.06% from 255) = 46.92%

R = 10.9%
G = 42.18%
B = 46.92%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#175963 (or 0x175963) is known color: Blue Stone. HEX triplet: 17, 59 and 63. RGB value is (23,89,99). Sum of RGB (Red+Green+Blue) = 23+89+99=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #175963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175963 is #E8A69C. Grayscale: #464646. Windows color (decimal): -15247005 or 6510871. OLE color: 6510871.

HSL color Cylindrical-coordinate representation of color #175963: hue angle of 187.89º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #175963 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 23 89 99 -
CMYK 0.77 0.10 0 0.61
HSL 187.89º 0.62% 0.24% -
HSV(B) 187.89º 0.77% 0.39% -
XYZ 6.18 8.23 13.07 -
YUV 70.41 144.13 94.19 -
System Red Green Blue C M Y K H S L
Decimal 23 89 99 0.77 0.10 0 0.61 187.89 0.62 0.24
Hex 17 59 63 4D A 0 3D BC 3E 18
Octal 27 131 143 115 12 0 75 274 76 30
Binary 10111 1011001 1100011 1001101 1010 0 111101 10111100 111110 11000

Color Harmonies of #175963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175963

Black with #175963

Text Example


Text Example

White with #175963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175963; }

 p { color: rgb(23,89,99); }

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

background-color css

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

 a { background-color: rgb(23,89,99); }

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

border-color css

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

 span { border-color: rgb(23,89,99); }

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