#0F7062

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

Shades of Blue Stone #0F7062

Tints of Blue Stone #0F7062

Color information

#0F7062 (or 0x0F7062) is unknown color: approx Blue Stone. HEX triplet: 0F, 70 and 62. RGB value is (15,112,98). Sum of RGB (Red+Green+Blue) = 15+112+98=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #0F7062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7062 is #F08F9D. Grayscale: #515151. Windows color (decimal): -15765406 or 6451215. OLE color: 6451215.

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

Color convert

RGB1511298-
CMYK0.8700.130.56
HSL171.34º76.38%24.9%-
HSV(B)171.34º86.61%43.92%-
XYZ8.212.5713.55-
YUV81.4137.3680.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.67%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=6.67%
G=49.78%
B=43.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15112980.8700.130.56171.3476.3824.9
HexF7062570D38ab4c19
Octal171601421270157025311431
Binary11111110000110001010101110110111100010101011100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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