#0D615B

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

Shades of Blue Stone #0D615B

Tints of Blue Stone #0D615B

Color information

#0D615B (or 0x0D615B) is unknown color: approx Blue Stone. HEX triplet: 0D, 61 and 5B. RGB value is (13,97,91). Sum of RGB (Red+Green+Blue) = 13+97+91=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #0D615B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D615B is #F29EA4. Grayscale: #474747. Windows color (decimal): -15900325 or 5988621. OLE color: 5988621.

HSL color Cylindrical-coordinate representation of color #0D615B: hue angle of 175.71º 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 #0D615B is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB139791-
CMYK0.8700.060.62
HSL175.71º76.36%21.57%-
HSV(B)175.71º86.6%38.04%-
XYZ6.339.3911.38-
YUV71.2139.1786.49-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.47%
GREEN value IS 97 (38.28% from 255) = 48.26%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=6.47%
G=48.26%
B=45.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1397910.8700.060.62175.7176.3621.57
HexD615B57063Eb04c16
Octal15141133127067626011426
Binary1101110000110110111010111011011111010110000100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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