Html Css Color HEX #0E575F Blue Stone

📋 copy color: '#0E575F'

red 14 ◦ green 87 ◦ blue 95

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

Shades of Blue Stone #0E575F

Tints of Blue Stone #0E575F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 44.39%

 BLUE value IS 95 (37.5% from 255) = 48.47%

R = 7.14%
G = 44.39%
B = 48.47%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0E575F (or 0x0E575F) is known color: Blue Stone. HEX triplet: 0E, 57 and 5F. RGB value is (14,87,95). Sum of RGB (Red+Green+Blue) = 14+87+95=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #0E575F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E575F is #F1A8A0. Grayscale: #414141. Windows color (decimal): -15837345 or 6248206. OLE color: 6248206.

HSL color Cylindrical-coordinate representation of color #0E575F: hue angle of 185.93º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E575F is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 14 87 95 -
CMYK 0.85 0.08 0 0.63
HSL 185.93º 0.74% 0.21% -
HSV(B) 185.93º 0.85% 0.37% -
XYZ 5.65 7.74 12.02 -
YUV 66.09 144.32 90.85 -
System Red Green Blue C M Y K H S L
Decimal 14 87 95 0.85 0.08 0 0.63 185.93 0.74 0.21
Hex E 57 5F 55 8 0 3F BA 4A 15
Octal 16 127 137 125 10 0 77 272 112 25
Binary 1110 1010111 1011111 1010101 1000 0 111111 10111010 1001010 10101

Color Harmonies of #0E575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E575F

Black with #0E575F

Text Example


Text Example

White with #0E575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,87,95); }

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

background-color css

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

 a { background-color: rgb(14,87,95); }

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

border-color css

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

 span { border-color: rgb(14,87,95); }

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