Html Css Color HEX #0D6D5F Blue Stone

📋 copy color: '#0D6D5F'

red 13 ◦ green 109 ◦ blue 95

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

Shades of Blue Stone #0D6D5F

Tints of Blue Stone #0D6D5F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 50.23%

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

R = 5.99%
G = 50.23%
B = 43.78%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#0D6D5F (or 0x0D6D5F) is known color: Blue Stone. HEX triplet: 0D, 6D and 5F. RGB value is (13,109,95). Sum of RGB (Red+Green+Blue) = 13+109+95=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 109 (42.97% from 255 or 50.23% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 109 - color contains mainly: green. Hex color #0D6D5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6D5F is #F292A0. Grayscale: #4E4E4E. Windows color (decimal): -15897249 or 6253837. OLE color: 6253837.

HSL color Cylindrical-coordinate representation of color #0D6D5F: hue angle of 171.25º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6D5F is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 13 109 95 -
CMYK 0.88 0 0.13 0.57
HSL 171.25º 0.79% 0.24% -
HSV(B) 171.25º 0.88% 0.43% -
XYZ 7.7 11.85 12.71 -
YUV 78.7 137.2 81.14 -
System Red Green Blue C M Y K H S L
Decimal 13 109 95 0.88 0 0.13 0.57 171.25 0.79 0.24
Hex D 6D 5F 58 0 D 39 AB 4F 18
Octal 15 155 137 130 0 15 71 253 117 30
Binary 1101 1101101 1011111 1011000 0 1101 111001 10101011 1001111 11000

Color Harmonies of #0D6D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6D5F

Black with #0D6D5F

Text Example


Text Example

White with #0D6D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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