#0d635c

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

Shades of Blue Stone #0D635C

Tints of Blue Stone #0D635C

Color information

#0D635C (or 0x0D635C) is unknown color: approx Blue Stone. HEX triplet: 0D, 63 and 5C. RGB value is (13,99,92). Sum of RGB (Red+Green+Blue) = 13+99+92=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #0D635C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D635C is #F29CA3. Grayscale: #484848. Windows color (decimal): -15899812 or 6054669. OLE color: 6054669.

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

Color convert

RGB139992-
CMYK0.8700.070.61
HSL175.12º76.79%21.96%-
HSV(B)175.12º86.87%38.82%-
XYZ6.569.7811.67-
YUV72.49139.0185.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.37%
GREEN value IS 99 (39.06% from 255) = 48.53%
BLUE value IS 92 (36.33% from 255) = 45.10%
R=6.37%
G=48.53%
B=45.10%

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
Decimal1399920.8700.070.61175.1276.7921.96
HexD635C57073Daf4d16
Octal15143134127077525711526
Binary1101110001110111001010111011111110110101111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d635c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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