#10565F

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

Shades of Blue Stone #10565F

Tints of Blue Stone #10565F

Color information

#10565F (or 0x10565F) is unknown color: approx Blue Stone. HEX triplet: 10, 56 and 5F. RGB value is (16,86,95). Sum of RGB (Red+Green+Blue) = 16+86+95=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #10565F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10565F is #EFA9A0. Grayscale: #414141. Windows color (decimal): -15706529 or 6247952. OLE color: 6247952.

HSL color Cylindrical-coordinate representation of color #10565F: hue angle of 186.84º 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 #10565F is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB168695-
CMYK0.830.0900.63
HSL186.84º71.17%21.76%-
HSV(B)186.84º83.16%37.25%-
XYZ5.617.5912-
YUV66.1144.3192.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.12%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 95 (37.5% from 255) = 48.22%
R=8.12%
G=43.65%
B=48.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1686950.830.0900.63186.8471.1721.76
Hex10565F53903Fbb4716
Octal201261371231107727310726
Binary100001010110101111110100111001011111110111011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10565F; }

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

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

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

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

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

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

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

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