#0E605C

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

Shades of Blue Stone #0E605C

Tints of Blue Stone #0E605C

Color information

#0E605C (or 0x0E605C) is unknown color: approx Blue Stone. HEX triplet: 0E, 60 and 5C. RGB value is (14,96,92). Sum of RGB (Red+Green+Blue) = 14+96+92=202 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.93% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #0E605C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E605C is #F19FA3. Grayscale: #464646. Windows color (decimal): -15835044 or 6053902. OLE color: 6053902.

HSL color Cylindrical-coordinate representation of color #0E605C: hue angle of 177.07º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E605C is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB149692-
CMYK0.8500.040.62
HSL177.07º74.55%21.57%-
HSV(B)177.07º85.42%37.65%-
XYZ6.39.2311.58-
YUV71.03139.8387.33-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.93%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 92 (36.33% from 255) = 45.54%
R=6.93%
G=47.52%
B=45.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1496920.8500.040.62177.0774.5521.57
HexE605C55043Eb14b16
Octal16140134125047626111326
Binary1110110000010111001010101010011111010110001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,96,92); }

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

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

 a { background-color: rgb(14,96,92); }

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

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

 span { border-color: rgb(14,96,92); }

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