Html Css Color HEX #0E665A Blue Stone

📋 copy color: '#0E665A'

red 14 ◦ green 102 ◦ blue 90

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

Shades of Blue Stone #0E665A

Tints of Blue Stone #0E665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 49.51%

 BLUE value IS 90 (35.55% from 255) = 43.69%

R = 6.8%
G = 49.51%
B = 43.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#0E665A (or 0x0E665A) is known color: Blue Stone. HEX triplet: 0E, 66 and 5A. RGB value is (14,102,90). Sum of RGB (Red+Green+Blue) = 14+102+90=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 102 - color contains mainly: green. Hex color #0E665A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E665A is #F199A5. Grayscale: #4A4A4A. Windows color (decimal): -15833510 or 5924366. OLE color: 5924366.

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

Color convert

RGB 14 102 90 -
CMYK 0.86 0 0.12 0.6
HSL 171.82º 0.76% 0.23% -
HSV(B) 171.82º 0.86% 0.4% -
XYZ 6.78 10.33 11.31 -
YUV 74.32 136.85 84.98 -
System Red Green Blue C M Y K H S L
Decimal 14 102 90 0.86 0 0.12 0.6 171.82 0.76 0.23
Hex E 66 5A 56 0 C 3C AC 4C 17
Octal 16 146 132 126 0 14 74 254 114 27
Binary 1110 1100110 1011010 1010110 0 1100 111100 10101100 1001100 10111

Color Harmonies of #0E665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E665A

Black with #0E665A

Text Example


Text Example

White with #0E665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,102,90); }

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

background-color css

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

 a { background-color: rgb(14,102,90); }

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

border-color css

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

 span { border-color: rgb(14,102,90); }

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