Html Css Color HEX #0E696B Blue Stone

📋 copy color: '#0E696B'

red 14 ◦ green 105 ◦ blue 107

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

Shades of Blue Stone #0E696B

Tints of Blue Stone #0E696B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.46%

 BLUE value IS 107 (42.19% from 255) = 47.35%

R = 6.19%
G = 46.46%
B = 47.35%

CMYK

 C value IS 0.87

 M value IS 0.02

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0E696B (or 0x0E696B) is known color: Blue Stone. HEX triplet: 0E, 69 and 6B. RGB value is (14,105,107). Sum of RGB (Red+Green+Blue) = 14+105+107=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #0E696B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E696B is #F19694. Grayscale: #4D4D4D. Windows color (decimal): -15832725 or 7039246. OLE color: 7039246.

HSL color Cylindrical-coordinate representation of color #0E696B: hue angle of 181.29º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E696B is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 14 105 107 -
CMYK 0.87 0.02 0 0.58
HSL 181.29º 0.77% 0.24% -
HSV(B) 181.29º 0.87% 0.42% -
XYZ 7.89 11.26 15.67 -
YUV 78.02 144.35 82.34 -
System Red Green Blue C M Y K H S L
Decimal 14 105 107 0.87 0.02 0 0.58 181.29 0.77 0.24
Hex E 69 6B 57 2 0 3A B5 4D 18
Octal 16 151 153 127 2 0 72 265 115 30
Binary 1110 1101001 1101011 1010111 10 0 111010 10110101 1001101 11000

Color Harmonies of #0E696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E696B

Black with #0E696B

Text Example


Text Example

White with #0E696B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,105,107); }

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

background-color css

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

 a { background-color: rgb(14,105,107); }

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

border-color css

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

 span { border-color: rgb(14,105,107); }

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