#10595f

Color #10595F Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #10595F

Tints of Blue Stone #10595F

Color information

#10595F (or 0x10595F) is unknown color: approx Blue Stone. HEX triplet: 10, 59 and 5F. RGB value is (16,89,95). Sum of RGB (Red+Green+Blue) = 16+89+95=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #10595F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10595F is #EFA6A0. Grayscale: #434343. Windows color (decimal): -15705761 or 6248720. OLE color: 6248720.

HSL color Cylindrical-coordinate representation of color #10595F: hue angle of 184.56º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10595F is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB168995-
CMYK0.830.0600.63
HSL184.56º71.17%21.76%-
HSV(B)184.56º83.16%37.25%-
XYZ5.858.0812.08-
YUV67.86143.3291.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8%
GREEN value IS 89 (35.16% from 255) = 44.5%
BLUE value IS 95 (37.5% from 255) = 47.5%
R=8%
G=44.5%
B=47.5%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1689950.830.0600.63184.5671.1721.76
Hex10595F53603Fb94716
Octal20131137123607727110726
Binary10000101100110111111010011110011111110111001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10595f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10595f; }

 p { color: rgb(16,89,95); }

 H1.HeaderClassName
 {
   color: #10595f;
 }
 .AnyTagClassName
 {
   color: #10595f;
 }
</style>
background-color css

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

 a { background-color: rgb(16,89,95); }

 div.DivClassName
 {
   background-color: #10595f;
 }
 .BgClassName
 {
   background-color: #10595f;
 }
</style>
border-color css

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

 span { border-color: rgb(16,89,95); }

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