#0F6165

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

Shades of Blue Stone #0F6165

Tints of Blue Stone #0F6165

Color information

#0F6165 (or 0x0F6165) is unknown color: approx Blue Stone. HEX triplet: 0F, 61 and 65. RGB value is (15,97,101). Sum of RGB (Red+Green+Blue) = 15+97+101=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #0F6165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6165 is #F09E9A. Grayscale: #484848. Windows color (decimal): -15769243 or 6643983. OLE color: 6643983.

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

Color convert

RGB1597101-
CMYK0.850.0400.60
HSL182.79º74.14%22.75%-
HSV(B)182.79º85.15%39.61%-
XYZ6.829.5913.8-
YUV72.94143.8386.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.04%
GREEN value IS 97 (38.28% from 255) = 45.54%
BLUE value IS 101 (39.84% from 255) = 47.42%
R=7.04%
G=45.54%
B=47.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal15971010.850.0400.60182.7974.1422.75
HexF616555403Cb74a17
Octal17141145125407426711227
Binary1111110000111001011010101100011110010110111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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