#10665F

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

Shades of Blue Stone #10665F

Tints of Blue Stone #10665F

Color information

#10665F (or 0x10665F) is unknown color: approx Blue Stone. HEX triplet: 10, 66 and 5F. RGB value is (16,102,95). Sum of RGB (Red+Green+Blue) = 16+102+95=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #10665F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10665F is #EF99A0. Grayscale: #4B4B4B. Windows color (decimal): -15702433 or 6252048. OLE color: 6252048.

HSL color Cylindrical-coordinate representation of color #10665F: hue angle of 175.12º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10665F is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB1610295-
CMYK0.8400.070.6
HSL175.12º72.88%23.14%-
HSV(B)175.12º84.31%40%-
XYZ7.0310.4412.47-
YUV75.49139.0185.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.51%
GREEN value IS 102 (40.23% from 255) = 47.89%
BLUE value IS 95 (37.5% from 255) = 44.60%
R=7.51%
G=47.89%
B=44.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16102950.8400.070.6175.1272.8823.14
Hex10665F54073Caf4917
Octal20146137124077425711127
Binary10000110011010111111010100011111110010101111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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