Html Css Color HEX #0F5D65 Blue Stone

📋 copy color: '#0F5D65'

red 15 ◦ green 93 ◦ blue 101

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

Shades of Blue Stone #0F5D65

Tints of Blue Stone #0F5D65

RGB

 RED value IS 15 (6.25% from 255) = 7.18%

 GREEN value IS 93 (36.72% from 255) = 44.5%

 BLUE value IS 101 (39.84% from 255) = 48.33%

R = 7.18%
G = 44.5%
B = 48.33%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0F5D65 (or 0x0F5D65) is known color: Blue Stone. HEX triplet: 0F, 5D and 65. RGB value is (15,93,101). Sum of RGB (Red+Green+Blue) = 15+93+101=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #0F5D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5D65 is #F0A29A. Grayscale: #464646. Windows color (decimal): -15770267 or 6642959. OLE color: 6642959.

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

Color convert

RGB 15 93 101 -
CMYK 0.85 0.08 0 0.60
HSL 185.58º 0.74% 0.23% -
HSV(B) 185.58º 0.85% 0.4% -
XYZ 6.46 8.87 13.68 -
YUV 70.59 145.16 88.35 -
System Red Green Blue C M Y K H S L
Decimal 15 93 101 0.85 0.08 0 0.60 185.58 0.74 0.23
Hex F 5D 65 55 8 0 3C BA 4A 17
Octal 17 135 145 125 10 0 74 272 112 27
Binary 1111 1011101 1100101 1010101 1000 0 111100 10111010 1001010 10111

Color Harmonies of #0F5D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5D65

Black with #0F5D65

Text Example


Text Example

White with #0F5D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,93,101); }

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

background-color css

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

 a { background-color: rgb(15,93,101); }

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

border-color css

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

 span { border-color: rgb(15,93,101); }

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