#0F6565

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

Shades of Blue Stone #0F6565

Tints of Blue Stone #0F6565

Color information

#0F6565 (or 0x0F6565) is unknown color: approx Blue Stone. HEX triplet: 0F, 65 and 65. RGB value is (15,101,101). Sum of RGB (Red+Green+Blue) = 15+101+101=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #0F6565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6565 is #F09A9A. Grayscale: #4B4B4B. Windows color (decimal): -15768219 or 6645007. OLE color: 6645007.

HSL color Cylindrical-coordinate representation of color #0F6565: hue angle of 180º 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 #0F6565 is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB15101101-
CMYK0.85000.60
HSL180º74.14%22.75%-
HSV(B)180º85.15%39.61%-
XYZ7.210.3513.93-
YUV75.29142.5185-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.91%
GREEN value IS 101 (39.84% from 255) = 46.54%
BLUE value IS 101 (39.84% from 255) = 46.54%
R=6.91%
G=46.54%
B=46.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal151011010.85000.6018074.1422.75
HexF656555003Cb44a17
Octal17145145125007426411227
Binary11111100101110010110101010011110010110100100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F6565;
 }
 .AnyTagClassName
 {
   color: #0F6565;
 }
</style>
background-color css

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

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

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

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

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

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