Html Css Color HEX #0E6559 Blue Stone

📋 copy color: '#0E6559'

red 14 ◦ green 101 ◦ blue 89

#0E6559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #0E6559

Tints of Blue Stone #0E6559

RGB

 RED value IS 14 (5.86% from 255) = 6.86%

 GREEN value IS 101 (39.84% from 255) = 49.51%

 BLUE value IS 89 (35.16% from 255) = 43.63%

R = 6.86%
G = 49.51%
B = 43.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#0E6559 (or 0x0E6559) is known color: Blue Stone. HEX triplet: 0E, 65 and 59. RGB value is (14,101,89). Sum of RGB (Red+Green+Blue) = 14+101+89=204 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.86% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 101 - color contains mainly: green. Hex color #0E6559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6559 is #F19AA6. Grayscale: #494949. Windows color (decimal): -15833767 or 5858574. OLE color: 5858574.

HSL color Cylindrical-coordinate representation of color #0E6559: hue angle of 171.72º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6559 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 14 101 89 -
CMYK 0.86 0 0.12 0.60
HSL 171.72º 0.76% 0.23% -
HSV(B) 171.72º 0.86% 0.4% -
XYZ 6.64 10.12 11.06 -
YUV 73.62 136.68 85.48 -
System Red Green Blue C M Y K H S L
Decimal 14 101 89 0.86 0 0.12 0.60 171.72 0.76 0.23
Hex E 65 59 56 0 C 3C AC 4C 17
Octal 16 145 131 126 0 14 74 254 114 27
Binary 1110 1100101 1011001 1010110 0 1100 111100 10101100 1001100 10111

Color Harmonies of #0E6559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6559

Black with #0E6559

Text Example


Text Example

White with #0E6559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E6559;
 }
 .AnyTagClassName
 {
   color: #0E6559;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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