#0D6A5E

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

Shades of Blue Stone #0D6A5E

Tints of Blue Stone #0D6A5E

Color information

#0D6A5E (or 0x0D6A5E) is unknown color: approx Blue Stone. HEX triplet: 0D, 6A and 5E. RGB value is (13,106,94). Sum of RGB (Red+Green+Blue) = 13+106+94=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 106 (41.80% from 255 or 49.77% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 106 - color contains mainly: green. Hex color #0D6A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6A5E is #F295A1. Grayscale: #4C4C4C. Windows color (decimal): -15898018 or 6187533. OLE color: 6187533.

HSL color Cylindrical-coordinate representation of color #0D6A5E: hue angle of 172.26º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6A5E is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB1310694-
CMYK0.8800.110.58
HSL172.26º78.15%23.33%-
HSV(B)172.26º87.74%41.57%-
XYZ7.3411.212.36-
YUV76.82137.6982.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.10%
GREEN value IS 106 (41.80% from 255) = 49.77%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=6.10%
G=49.77%
B=44.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal13106940.8800.110.58172.2678.1523.33
HexD6A5E580B3Aac4e17
Octal151521361300137225411627
Binary11011101010101111010110000101111101010101100100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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