#0D685B

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

Shades of Blue Stone #0D685B

Tints of Blue Stone #0D685B

Color information

#0D685B (or 0x0D685B) is unknown color: approx Blue Stone. HEX triplet: 0D, 68 and 5B. RGB value is (13,104,91). Sum of RGB (Red+Green+Blue) = 13+104+91=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #0D685B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D685B is #F297A4. Grayscale: #4B4B4B. Windows color (decimal): -15898533 or 5990413. OLE color: 5990413.

HSL color Cylindrical-coordinate representation of color #0D685B: hue angle of 171.43º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D685B is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1310491-
CMYK0.8800.120.59
HSL171.43º77.78%22.94%-
HSV(B)171.43º87.5%40.78%-
XYZ710.7411.6-
YUV75.31136.8583.56-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.25%
GREEN value IS 104 (41.02% from 255) = 50%
BLUE value IS 91 (35.94% from 255) = 43.75%
R=6.25%
G=50%
B=43.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal13104910.8800.120.59171.4377.7822.94
HexD685B580C3Bab4e17
Octal151501331300147325311627
Binary11011101000101101110110000110011101110101011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D685B; }

 p { color: rgb(13,104,91); }

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

<style>
 a { background-color: #0D685B; }

 a { background-color: rgb(13,104,91); }

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

<style>
 span { border-color: #0D685B; }

 span { border-color: rgb(13,104,91); }

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