#0D5660

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

Shades of Blue Stone #0D5660

Tints of Blue Stone #0D5660

Color information

#0D5660 (or 0x0D5660) is unknown color: approx Blue Stone. HEX triplet: 0D, 56 and 60. RGB value is (13,86,96). Sum of RGB (Red+Green+Blue) = 13+86+96=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #0D5660 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5660 is #F2A99F. Grayscale: #414141. Windows color (decimal): -15903136 or 6313485. OLE color: 6313485.

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

Color convert

RGB138696-
CMYK0.860.1000.62
HSL187.23º76.15%21.37%-
HSV(B)187.23º86.46%37.65%-
XYZ5.617.5912.24-
YUV65.31145.3290.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.67%
GREEN value IS 86 (33.98% from 255) = 44.10%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=6.67%
G=44.10%
B=49.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1386960.860.1000.62187.2376.1521.37
HexD566056A03Ebb4c15
Octal151261401261207627311425
Binary11011010110110000010101101010011111010111011100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,86,96); }

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

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

 a { background-color: rgb(13,86,96); }

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

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

 span { border-color: rgb(13,86,96); }

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