#0F7165

Color #0F7165 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #0F7165

Tints of Blue Stone #0F7165

Color information

#0F7165 (or 0x0F7165) is unknown color: approx 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

RGB15113101-
CMYK0.8700.110.56
HSL172.65º76.56%25.1%-
HSV(B)172.65º86.73%44.31%-
XYZ8.4512.8514.35-
YUV82.33138.5379.98-

RGB Variations

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

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.10%
R=6.55%
G=49.34%
B=44.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal151131010.8700.110.56172.6576.5625.1
HexF7165570B38ad4d19
Octal171611451270137025511531
Binary11111110001110010110101110101111100010101101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>