Html Css Color HEX #0D605E Blue Stone

📋 copy color: '#0D605E'

red 13 ◦ green 96 ◦ blue 94

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

Shades of Blue Stone #0D605E

Tints of Blue Stone #0D605E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.31%

R = 6.4%
G = 47.29%
B = 46.31%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#0D605E (or 0x0D605E) is known color: Blue Stone. HEX triplet: 0D, 60 and 5E. RGB value is (13,96,94). Sum of RGB (Red+Green+Blue) = 13+96+94=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #0D605E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D605E is #F29FA1. Grayscale: #464646. Windows color (decimal): -15900578 or 6184973. OLE color: 6184973.

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

Color convert

RGB 13 96 94 -
CMYK 0.86 0 0.02 0.62
HSL 178.55º 0.76% 0.21% -
HSV(B) 178.55º 0.86% 0.38% -
XYZ 6.37 9.26 12.04 -
YUV 70.96 141 86.66 -
System Red Green Blue C M Y K H S L
Decimal 13 96 94 0.86 0 0.02 0.62 178.55 0.76 0.21
Hex D 60 5E 56 0 2 3E B3 4C 15
Octal 15 140 136 126 0 2 76 263 114 25
Binary 1101 1100000 1011110 1010110 0 10 111110 10110011 1001100 10101

Color Harmonies of #0D605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D605E

Black with #0D605E

Text Example


Text Example

White with #0D605E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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