#0D635E

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

Shades of Blue Stone #0D635E

Tints of Blue Stone #0D635E

Color information

#0D635E (or 0x0D635E) is unknown color: approx Blue Stone. HEX triplet: 0D, 63 and 5E. RGB value is (13,99,94). Sum of RGB (Red+Green+Blue) = 13+99+94=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #0D635E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D635E is #F29CA1. Grayscale: #484848. Windows color (decimal): -15899810 or 6185741. OLE color: 6185741.

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

Color convert

RGB139994-
CMYK0.8700.050.61
HSL176.51º76.79%21.96%-
HSV(B)176.51º86.87%38.82%-
XYZ6.659.8212.13-
YUV72.72140.0185.41-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.31%
GREEN value IS 99 (39.06% from 255) = 48.06%
BLUE value IS 94 (37.11% from 255) = 45.63%
R=6.31%
G=48.06%
B=45.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1399940.8700.050.61176.5176.7921.96
HexD635E57053Db14d16
Octal15143136127057526111526
Binary1101110001110111101010111010111110110110001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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