#0F7064

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

Shades of Blue Stone #0F7064

Tints of Blue Stone #0F7064

Color information

#0F7064 (or 0x0F7064) is unknown color: approx Blue Stone. HEX triplet: 0F, 70 and 64. RGB value is (15,112,100). Sum of RGB (Red+Green+Blue) = 15+112+100=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 100 (39.45% from 255 or 44.05% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #0F7064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7064 is #F08F9B. Grayscale: #515151. Windows color (decimal): -15765404 or 6582287. OLE color: 6582287.

HSL color Cylindrical-coordinate representation of color #0F7064: hue angle of 172.58º degrees, saturation: 0.76, 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 #0F7064 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB15112100-
CMYK0.8700.110.56
HSL172.58º76.38%24.9%-
HSV(B)172.58º86.61%43.92%-
XYZ8.2912.6114.05-
YUV81.63138.3680.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.61%
GREEN value IS 112 (44.14% from 255) = 49.34%
BLUE value IS 100 (39.45% from 255) = 44.05%
R=6.61%
G=49.34%
B=44.05%

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
Decimal151121000.8700.110.56172.5876.3824.9
HexF7064570B38ad4c19
Octal171601441270137025511431
Binary11111110000110010010101110101111100010101101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,112,100); }

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

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

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

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

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

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

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