#0D6159

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

Shades of Blue Stone #0D6159

Tints of Blue Stone #0D6159

Color information

#0D6159 (or 0x0D6159) is unknown color: approx Blue Stone. HEX triplet: 0D, 61 and 59. RGB value is (13,97,89). Sum of RGB (Red+Green+Blue) = 13+97+89=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #0D6159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6159 is #F29EA6. Grayscale: #464646. Windows color (decimal): -15900327 or 5857549. OLE color: 5857549.

HSL color Cylindrical-coordinate representation of color #0D6159: hue angle of 174.29º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6159 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB139789-
CMYK0.8700.080.62
HSL174.29º76.36%21.57%-
HSV(B)174.29º86.6%38.04%-
XYZ6.249.3610.93-
YUV70.97138.1786.65-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.53%
GREEN value IS 97 (38.28% from 255) = 48.74%
BLUE value IS 89 (35.16% from 255) = 44.72%
R=6.53%
G=48.74%
B=44.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1397890.8700.080.62174.2976.3621.57
HexD615957083Eae4c16
Octal151411311270107625611426
Binary11011100001101100110101110100011111010101110100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,97,89); }

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

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

 a { background-color: rgb(13,97,89); }

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

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

 span { border-color: rgb(13,97,89); }

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