Html Css Color HEX #0E625D Blue Stone

📋 copy color: '#0E625D'

red 14 ◦ green 98 ◦ blue 93

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

Shades of Blue Stone #0E625D

Tints of Blue Stone #0E625D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.8%

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

R = 6.83%
G = 47.8%
B = 45.37%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#0E625D (or 0x0E625D) is known color: Blue Stone. HEX triplet: 0E, 62 and 5D. RGB value is (14,98,93). Sum of RGB (Red+Green+Blue) = 14+98+93=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #0E625D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E625D is #F19DA2. Grayscale: #484848. Windows color (decimal): -15834531 or 6119950. OLE color: 6119950.

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

Color convert

RGB 14 98 93 -
CMYK 0.86 0 0.05 0.62
HSL 176.43º 0.75% 0.22% -
HSV(B) 176.43º 0.86% 0.38% -
XYZ 6.52 9.62 11.87 -
YUV 72.31 139.67 86.41 -
System Red Green Blue C M Y K H S L
Decimal 14 98 93 0.86 0 0.05 0.62 176.43 0.75 0.22
Hex E 62 5D 56 0 5 3E B0 4B 16
Octal 16 142 135 126 0 5 76 260 113 26
Binary 1110 1100010 1011101 1010110 0 101 111110 10110000 1001011 10110

Color Harmonies of #0E625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E625D

Black with #0E625D

Text Example


Text Example

White with #0E625D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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