Html Css Color HEX #0E675D Blue Stone

📋 copy color: '#0E675D'

red 14 ◦ green 103 ◦ blue 93

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

Shades of Blue Stone #0E675D

Tints of Blue Stone #0E675D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 49.05%

 BLUE value IS 93 (36.72% from 255) = 44.29%

R = 6.67%
G = 49.05%
B = 44.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#0E675D (or 0x0E675D) is known color: Blue Stone. HEX triplet: 0E, 67 and 5D. RGB value is (14,103,93). Sum of RGB (Red+Green+Blue) = 14+103+93=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 103 (40.62% from 255 or 49.05% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 103 - color contains mainly: green. Hex color #0E675D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E675D is #F198A2. Grayscale: #4B4B4B. Windows color (decimal): -15833251 or 6121230. OLE color: 6121230.

HSL color Cylindrical-coordinate representation of color #0E675D: hue angle of 173.26º 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 #0E675D is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 14 103 93 -
CMYK 0.86 0 0.10 0.60
HSL 173.26º 0.76% 0.23% -
HSV(B) 173.26º 0.86% 0.4% -
XYZ 7.01 10.58 12.03 -
YUV 75.25 138.01 84.31 -
System Red Green Blue C M Y K H S L
Decimal 14 103 93 0.86 0 0.10 0.60 173.26 0.76 0.23
Hex E 67 5D 56 0 A 3C AD 4C 17
Octal 16 147 135 126 0 12 74 255 114 27
Binary 1110 1100111 1011101 1010110 0 1010 111100 10101101 1001100 10111

Color Harmonies of #0E675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E675D

Black with #0E675D

Text Example


Text Example

White with #0E675D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,103,93); }

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

background-color css

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

 a { background-color: rgb(14,103,93); }

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

border-color css

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

 span { border-color: rgb(14,103,93); }

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