Html Css Color HEX #175F69 Blue Stone

📋 copy color: '#175F69'

red 23 ◦ green 95 ◦ blue 105

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

Shades of Blue Stone #175F69

Tints of Blue Stone #175F69

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.6%

 BLUE value IS 105 (41.41% from 255) = 47.09%

R = 10.31%
G = 42.6%
B = 47.09%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#175F69 (or 0x175F69) is known color: Blue Stone. HEX triplet: 17, 5F and 69. RGB value is (23,95,105). Sum of RGB (Red+Green+Blue) = 23+95+105=223 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.31% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #175F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175F69 is #E8A096. Grayscale: #4A4A4A. Windows color (decimal): -15245463 or 6905623. OLE color: 6905623.

HSL color Cylindrical-coordinate representation of color #175F69: hue angle of 187.32º 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 #175F69 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 23 95 105 -
CMYK 0.78 0.10 0 0.59
HSL 187.32º 0.64% 0.25% -
HSV(B) 187.32º 0.78% 0.41% -
XYZ 7 9.39 14.81 -
YUV 74.61 145.15 91.19 -
System Red Green Blue C M Y K H S L
Decimal 23 95 105 0.78 0.10 0 0.59 187.32 0.64 0.25
Hex 17 5F 69 4E A 0 3B BB 40 19
Octal 27 137 151 116 12 0 73 273 100 31
Binary 10111 1011111 1101001 1001110 1010 0 111011 10111011 1000000 11001

Color Harmonies of #175F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175F69

Black with #175F69

Text Example


Text Example

White with #175F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,95,105); }

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

background-color css

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

 a { background-color: rgb(23,95,105); }

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

border-color css

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

 span { border-color: rgb(23,95,105); }

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