Html Css Color HEX #0E7065 Blue Stone

📋 copy color: '#0E7065'

red 14 ◦ green 112 ◦ blue 101

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

Shades of Blue Stone #0E7065

Tints of Blue Stone #0E7065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.34%

 BLUE value IS 101 (39.84% from 255) = 44.49%

R = 6.17%
G = 49.34%
B = 44.49%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#0E7065 (or 0x0E7065) is known color: Blue Stone. HEX triplet: 0E, 70 and 65. RGB value is (14,112,101). Sum of RGB (Red+Green+Blue) = 14+112+101=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #0E7065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7065 is #F18F9A. Grayscale: #515151. Windows color (decimal): -15830939 or 6647822. OLE color: 6647822.

HSL color Cylindrical-coordinate representation of color #0E7065: hue angle of 173.27º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7065 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 14 112 101 -
CMYK 0.88 0 0.10 0.56
HSL 173.27º 0.78% 0.25% -
HSV(B) 173.27º 0.88% 0.44% -
XYZ 8.32 12.62 14.31 -
YUV 81.44 139.03 79.89 -
System Red Green Blue C M Y K H S L
Decimal 14 112 101 0.88 0 0.10 0.56 173.27 0.78 0.25
Hex E 70 65 58 0 A 38 AD 4E 19
Octal 16 160 145 130 0 12 70 255 116 31
Binary 1110 1110000 1100101 1011000 0 1010 111000 10101101 1001110 11001

Color Harmonies of #0E7065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7065

Black with #0E7065

Text Example


Text Example

White with #0E7065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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