Html Css Color HEX #175968 Blue Stone

📋 copy color: '#175968'

red 23 ◦ green 89 ◦ blue 104

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

Shades of Blue Stone #175968

Tints of Blue Stone #175968

RGB

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

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

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

R = 10.65%
G = 41.2%
B = 48.15%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#175968 (or 0x175968) is known color: Blue Stone. HEX triplet: 17, 59 and 68. RGB value is (23,89,104). Sum of RGB (Red+Green+Blue) = 23+89+104=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #175968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175968 is #E8A697. Grayscale: #464646. Windows color (decimal): -15247000 or 6838551. OLE color: 6838551.

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

Color convert

RGB 23 89 104 -
CMYK 0.78 0.14 0 0.59
HSL 191.11º 0.64% 0.25% -
HSV(B) 191.11º 0.78% 0.41% -
XYZ 6.42 8.33 14.37 -
YUV 70.98 146.63 93.78 -
System Red Green Blue C M Y K H S L
Decimal 23 89 104 0.78 0.14 0 0.59 191.11 0.64 0.25
Hex 17 59 68 4E E 0 3B BF 40 19
Octal 27 131 150 116 16 0 73 277 100 31
Binary 10111 1011001 1101000 1001110 1110 0 111011 10111111 1000000 11001

Color Harmonies of #175968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175968

Black with #175968

Text Example


Text Example

White with #175968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175968; }

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

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

background-color css

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

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

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

border-color css

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

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

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