#0E635D

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

Shades of Blue Stone #0E635D

Tints of Blue Stone #0E635D

Color information

#0E635D (or 0x0E635D) is unknown color: approx Blue Stone. HEX triplet: 0E, 63 and 5D. RGB value is (14,99,93). Sum of RGB (Red+Green+Blue) = 14+99+93=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #0E635D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E635D is #F19CA2. Grayscale: #484848. Windows color (decimal): -15834275 or 6120206. OLE color: 6120206.

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

Color convert

RGB149993-
CMYK0.8600.060.61
HSL175.76º75.22%22.16%-
HSV(B)175.76º85.86%38.82%-
XYZ6.629.8111.9-
YUV72.9139.3485.99-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.80%
GREEN value IS 99 (39.06% from 255) = 48.06%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=6.80%
G=48.06%
B=45.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1499930.8600.060.61175.7675.2222.16
HexE635D56063Db04b16
Octal16143135126067526011326
Binary1110110001110111011010110011011110110110000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,99,93); }

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

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

 a { background-color: rgb(14,99,93); }

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

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

 span { border-color: rgb(14,99,93); }

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