#0D5760

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

Shades of Blue Stone #0D5760

Tints of Blue Stone #0D5760

Color information

#0D5760 (or 0x0D5760) is unknown color: approx Blue Stone. HEX triplet: 0D, 57 and 60. RGB value is (13,87,96). Sum of RGB (Red+Green+Blue) = 13+87+96=196 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.63% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #0D5760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5760 is #F2A89F. Grayscale: #414141. Windows color (decimal): -15902880 or 6313741. OLE color: 6313741.

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

Color convert

RGB138796-
CMYK0.860.0900.62
HSL186.51º76.15%21.37%-
HSV(B)186.51º86.46%37.65%-
XYZ5.697.7512.26-
YUV65.9144.9890.27-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.63%
GREEN value IS 87 (34.38% from 255) = 44.39%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=6.63%
G=44.39%
B=48.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1387960.860.0900.62186.5176.1521.37
HexD576056903Ebb4c15
Octal151271401261107627311425
Binary11011010111110000010101101001011111010111011100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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