#0D645D

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

Shades of Blue Stone #0D645D

Tints of Blue Stone #0D645D

Color information

#0D645D (or 0x0D645D) is unknown color: approx Blue Stone. HEX triplet: 0D, 64 and 5D. RGB value is (13,100,93). Sum of RGB (Red+Green+Blue) = 13+100+93=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 100 - color contains mainly: green. Hex color #0D645D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D645D is #F29BA2. Grayscale: #494949. Windows color (decimal): -15899555 or 6120461. OLE color: 6120461.

HSL color Cylindrical-coordinate representation of color #0D645D: hue angle of 175.17º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D645D is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB1310093-
CMYK0.8700.070.61
HSL175.17º76.99%22.16%-
HSV(B)175.17º87%39.22%-
XYZ6.79.9911.93-
YUV73.19139.1885.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.31%
GREEN value IS 100 (39.45% from 255) = 48.54%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=6.31%
G=48.54%
B=45.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal13100930.8700.070.61175.1776.9922.16
HexD645D57073Daf4d16
Octal15144135127077525711526
Binary1101110010010111011010111011111110110101111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,100,93); }

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

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

 a { background-color: rgb(13,100,93); }

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

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

 span { border-color: rgb(13,100,93); }

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