#10635F

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

Shades of Blue Stone #10635F

Tints of Blue Stone #10635F

Color information

#10635F (or 0x10635F) is unknown color: approx Blue Stone. HEX triplet: 10, 63 and 5F. RGB value is (16,99,95). Sum of RGB (Red+Green+Blue) = 16+99+95=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #10635F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10635F is #EF9CA0. Grayscale: #494949. Windows color (decimal): -15703201 or 6251280. OLE color: 6251280.

HSL color Cylindrical-coordinate representation of color #10635F: hue angle of 177.11º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10635F is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB169995-
CMYK0.8400.040.61
HSL177.11º72.17%22.55%-
HSV(B)177.11º83.84%38.82%-
XYZ6.749.8612.37-
YUV73.7314086.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.62%
GREEN value IS 99 (39.06% from 255) = 47.14%
BLUE value IS 95 (37.5% from 255) = 45.24%
R=7.62%
G=47.14%
B=45.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699950.8400.040.61177.1172.1722.55
Hex10635F54043Db14817
Octal20143137124047526111027
Binary10000110001110111111010100010011110110110001100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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