#0E5A5B

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

Shades of Blue Stone #0E5A5B

Tints of Blue Stone #0E5A5B

Color information

#0E5A5B (or 0x0E5A5B) is unknown color: approx Blue Stone. HEX triplet: 0E, 5A and 5B. RGB value is (14,90,91). Sum of RGB (Red+Green+Blue) = 14+90+91=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #0E5A5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5A5B is #F1A5A4. Grayscale: #434343. Windows color (decimal): -15836581 or 5986830. OLE color: 5986830.

HSL color Cylindrical-coordinate representation of color #0E5A5B: hue angle of 180.78º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E5A5B is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB149091-
CMYK0.850.0100.64
HSL180.78º73.33%20.59%-
HSV(B)180.78º84.62%35.69%-
XYZ5.738.1611.17-
YUV67.39141.3289.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.18%
GREEN value IS 90 (35.55% from 255) = 46.15%
BLUE value IS 91 (35.94% from 255) = 46.67%
R=7.18%
G=46.15%
B=46.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1490910.850.0100.64180.7873.3320.59
HexE5A5B551040b54915
Octal161321331251010026511125
Binary111010110101011011101010110100000010110101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,90,91); }

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

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

 a { background-color: rgb(14,90,91); }

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

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

 span { border-color: rgb(14,90,91); }

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