#105D67

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

Shades of Blue Stone #105D67

Tints of Blue Stone #105D67

Color information

#105D67 (or 0x105D67) is unknown color: approx Blue Stone. HEX triplet: 10, 5D and 67. RGB value is (16,93,103). Sum of RGB (Red+Green+Blue) = 16+93+103=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #105D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105D67 is #EFA298. Grayscale: #474747. Windows color (decimal): -15704729 or 6774032. OLE color: 6774032.

HSL color Cylindrical-coordinate representation of color #105D67: hue angle of 186.9º 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 #105D67 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1693103-
CMYK0.840.1000.60
HSL186.9º73.11%23.33%-
HSV(B)186.9º84.47%40.39%-
XYZ6.588.9214.21-
YUV71.12145.9988.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 93 (36.72% from 255) = 43.87%
BLUE value IS 103 (40.62% from 255) = 48.58%
R=7.55%
G=43.87%
B=48.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16931030.840.1000.60186.973.1123.33
Hex105D6754A03Cbb4917
Octal201351471241207427311127
Binary100001011101110011110101001010011110010111011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105D67; }

 p { color: rgb(16,93,103); }

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

<style>
 a { background-color: #105D67; }

 a { background-color: rgb(16,93,103); }

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

<style>
 span { border-color: #105D67; }

 span { border-color: rgb(16,93,103); }

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