Html Css Color HEX #0F7165 Blue Stone

📋 copy color: '#0F7165'

red 15 ◦ green 113 ◦ blue 101

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

Shades of Blue Stone #0F7165

Tints of Blue Stone #0F7165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.34%

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

R = 6.55%
G = 49.34%
B = 44.1%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#0F7165 (or 0x0F7165) is known color: Blue Stone. HEX triplet: 0F, 71 and 65. RGB value is (15,113,101). Sum of RGB (Red+Green+Blue) = 15+113+101=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7165 is #F08E9A. Grayscale: #525252. Windows color (decimal): -15765147 or 6648079. OLE color: 6648079.

HSL color Cylindrical-coordinate representation of color #0F7165: hue angle of 172.65º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7165 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 113 101 -
CMYK 0.87 0 0.11 0.56
HSL 172.65º 0.77% 0.25% -
HSV(B) 172.65º 0.87% 0.44% -
XYZ 8.45 12.85 14.35 -
YUV 82.33 138.53 79.98 -
System Red Green Blue C M Y K H S L
Decimal 15 113 101 0.87 0 0.11 0.56 172.65 0.77 0.25
Hex F 71 65 57 0 B 38 AD 4D 19
Octal 17 161 145 127 0 13 70 255 115 31
Binary 1111 1110001 1100101 1010111 0 1011 111000 10101101 1001101 11001

Color Harmonies of #0F7165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7165

Black with #0F7165

Text Example


Text Example

White with #0F7165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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