#10635E

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

Shades of Blue Stone #10635E

Tints of Blue Stone #10635E

Color information

#10635E (or 0x10635E) is unknown color: approx Blue Stone. HEX triplet: 10, 63 and 5E. RGB value is (16,99,94). Sum of RGB (Red+Green+Blue) = 16+99+94=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 99 - color contains mainly: green. Hex color #10635E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10635E is #EF9CA1. Grayscale: #494949. Windows color (decimal): -15703202 or 6185744. OLE color: 6185744.

HSL color Cylindrical-coordinate representation of color #10635E: hue angle of 176.39º 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 #10635E is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB169994-
CMYK0.8400.050.61
HSL176.39º72.17%22.55%-
HSV(B)176.39º83.84%38.82%-
XYZ6.79.8412.14-
YUV73.61139.586.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.66%
GREEN value IS 99 (39.06% from 255) = 47.37%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=7.66%
G=47.37%
B=44.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699940.8400.050.61176.3972.1722.55
Hex10635E54053Db04817
Octal20143136124057526011027
Binary10000110001110111101010100010111110110110000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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