Html Css Color HEX #0E7165 Blue Stone

📋 copy color: '#0E7165'

red 14 ◦ green 113 ◦ blue 101

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

Shades of Blue Stone #0E7165

Tints of Blue Stone #0E7165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.56%

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

R = 6.14%
G = 49.56%
B = 44.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#0E7165 (or 0x0E7165) is known color: Blue Stone. HEX triplet: 0E, 71 and 65. RGB value is (14,113,101). Sum of RGB (Red+Green+Blue) = 14+113+101=228 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.14% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #0E7165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7165 is #F18E9A. Grayscale: #515151. Windows color (decimal): -15830683 or 6648078. OLE color: 6648078.

HSL color Cylindrical-coordinate representation of color #0E7165: hue angle of 172.73º 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 #0E7165 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 14 113 101 -
CMYK 0.88 0 0.11 0.56
HSL 172.73º 0.78% 0.25% -
HSV(B) 172.73º 0.88% 0.44% -
XYZ 8.44 12.84 14.35 -
YUV 82.03 138.7 79.48 -
System Red Green Blue C M Y K H S L
Decimal 14 113 101 0.88 0 0.11 0.56 172.73 0.78 0.25
Hex E 71 65 58 0 B 38 AD 4E 19
Octal 16 161 145 130 0 13 70 255 116 31
Binary 1110 1110001 1100101 1011000 0 1011 111000 10101101 1001110 11001

Color Harmonies of #0E7165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7165

Black with #0E7165

Text Example


Text Example

White with #0E7165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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