Html Css Color HEX #0D605F Blue Stone

📋 copy color: '#0D605F'

red 13 ◦ green 96 ◦ blue 95

#0D605F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #0D605F

Tints of Blue Stone #0D605F

RGB

 RED value IS 13 (5.47% from 255) = 6.37%

 GREEN value IS 96 (37.89% from 255) = 47.06%

 BLUE value IS 95 (37.5% from 255) = 46.57%

R = 6.37%
G = 47.06%
B = 46.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#0D605F (or 0x0D605F) is known color: Blue Stone. HEX triplet: 0D, 60 and 5F. RGB value is (13,96,95). Sum of RGB (Red+Green+Blue) = 13+96+95=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #0D605F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D605F is #F29FA0. Grayscale: #464646. Windows color (decimal): -15900577 or 6250509. OLE color: 6250509.

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

Color convert

RGB 13 96 95 -
CMYK 0.86 0 0.01 0.62
HSL 179.28º 0.76% 0.21% -
HSV(B) 179.28º 0.86% 0.38% -
XYZ 6.41 9.28 12.28 -
YUV 71.07 141.5 86.58 -
System Red Green Blue C M Y K H S L
Decimal 13 96 95 0.86 0 0.01 0.62 179.28 0.76 0.21
Hex D 60 5F 56 0 1 3E B3 4C 15
Octal 15 140 137 126 0 1 76 263 114 25
Binary 1101 1100000 1011111 1010110 0 1 111110 10110011 1001100 10101

Color Harmonies of #0D605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D605F

Black with #0D605F

Text Example


Text Example

White with #0D605F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D605F;
 }
 .AnyTagClassName
 {
   color: #0D605F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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