Html Css Color HEX #0E635A Blue Stone

📋 copy color: '#0E635A'

red 14 ◦ green 99 ◦ blue 90

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

Shades of Blue Stone #0E635A

Tints of Blue Stone #0E635A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.77%

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

R = 6.9%
G = 48.77%
B = 44.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#0E635A (or 0x0E635A) is known color: Blue Stone. HEX triplet: 0E, 63 and 5A. RGB value is (14,99,90). Sum of RGB (Red+Green+Blue) = 14+99+90=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #0E635A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E635A is #F19CA5. Grayscale: #484848. Windows color (decimal): -15834278 or 5923598. OLE color: 5923598.

HSL color Cylindrical-coordinate representation of color #0E635A: hue angle of 173.65º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E635A is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 14 99 90 -
CMYK 0.86 0 0.09 0.61
HSL 173.65º 0.75% 0.22% -
HSV(B) 173.65º 0.86% 0.39% -
XYZ 6.49 9.76 11.21 -
YUV 72.56 137.84 86.23 -
System Red Green Blue C M Y K H S L
Decimal 14 99 90 0.86 0 0.09 0.61 173.65 0.75 0.22
Hex E 63 5A 56 0 9 3D AE 4B 16
Octal 16 143 132 126 0 11 75 256 113 26
Binary 1110 1100011 1011010 1010110 0 1001 111101 10101110 1001011 10110

Color Harmonies of #0E635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E635A

Black with #0E635A

Text Example


Text Example

White with #0E635A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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