#0E595F

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

Shades of Blue Stone #0E595F

Tints of Blue Stone #0E595F

Color information

#0E595F (or 0x0E595F) is unknown color: approx Blue Stone. HEX triplet: 0E, 59 and 5F. RGB value is (14,89,95). Sum of RGB (Red+Green+Blue) = 14+89+95=198 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.07% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #0E595F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E595F is #F1A6A0. Grayscale: #434343. Windows color (decimal): -15836833 or 6248718. OLE color: 6248718.

HSL color Cylindrical-coordinate representation of color #0E595F: hue angle of 184.44º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E595F is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB148995-
CMYK0.850.0600.63
HSL184.44º74.31%21.37%-
HSV(B)184.44º85.26%37.25%-
XYZ5.828.0612.08-
YUV67.26143.6590.01-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.07%
GREEN value IS 89 (35.16% from 255) = 44.95%
BLUE value IS 95 (37.5% from 255) = 47.98%
R=7.07%
G=44.95%
B=47.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1489950.850.0600.63184.4474.3121.37
HexE595F55603Fb84a15
Octal16131137125607727011225
Binary1110101100110111111010101110011111110111000100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,89,95); }

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

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

 a { background-color: rgb(14,89,95); }

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

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

 span { border-color: rgb(14,89,95); }

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