#0E565F

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

Shades of Blue Stone #0E565F

Tints of Blue Stone #0E565F

Color information

#0E565F (or 0x0E565F) is unknown color: approx Blue Stone. HEX triplet: 0E, 56 and 5F. RGB value is (14,86,95). Sum of RGB (Red+Green+Blue) = 14+86+95=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #0E565F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E565F is #F1A9A0. Grayscale: #414141. Windows color (decimal): -15837601 or 6247950. OLE color: 6247950.

HSL color Cylindrical-coordinate representation of color #0E565F: hue angle of 186.67º 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 #0E565F is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB148695-
CMYK0.850.0900.63
HSL186.67º74.31%21.37%-
HSV(B)186.67º85.26%37.25%-
XYZ5.577.5811.99-
YUV65.5144.6591.27-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.18%
GREEN value IS 86 (33.98% from 255) = 44.10%
BLUE value IS 95 (37.5% from 255) = 48.72%
R=7.18%
G=44.10%
B=48.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1486950.850.0900.63186.6774.3121.37
HexE565F55903Fbb4a15
Octal161261371251107727311225
Binary11101010110101111110101011001011111110111011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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