Html Css Color HEX #0D615F Blue Stone

📋 copy color: '#0D615F'

red 13 ◦ green 97 ◦ blue 95

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

Shades of Blue Stone #0D615F

Tints of Blue Stone #0D615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.32%

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

R = 6.34%
G = 47.32%
B = 46.34%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#0D615F (or 0x0D615F) is known color: Blue Stone. HEX triplet: 0D, 61 and 5F. RGB value is (13,97,95). Sum of RGB (Red+Green+Blue) = 13+97+95=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #0D615F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D615F is #F29EA0. Grayscale: #474747. Windows color (decimal): -15900321 or 6250765. OLE color: 6250765.

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

Color convert

RGB 13 97 95 -
CMYK 0.87 0 0.02 0.62
HSL 178.57º 0.76% 0.22% -
HSV(B) 178.57º 0.87% 0.38% -
XYZ 6.51 9.46 12.31 -
YUV 71.66 141.17 86.16 -
System Red Green Blue C M Y K H S L
Decimal 13 97 95 0.87 0 0.02 0.62 178.57 0.76 0.22
Hex D 61 5F 57 0 2 3E B3 4C 16
Octal 15 141 137 127 0 2 76 263 114 26
Binary 1101 1100001 1011111 1010111 0 10 111110 10110011 1001100 10110

Color Harmonies of #0D615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D615F

Black with #0D615F

Text Example


Text Example

White with #0D615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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