#0F6057

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

Shades of Blue Stone #0F6057

Tints of Blue Stone #0F6057

Color information

#0F6057 (or 0x0F6057) is unknown color: approx Blue Stone. HEX triplet: 0F, 60 and 57. RGB value is (15,96,87). Sum of RGB (Red+Green+Blue) = 15+96+87=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #0F6057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6057 is #F09FA8. Grayscale: #464646. Windows color (decimal): -15769513 or 5726223. OLE color: 5726223.

HSL color Cylindrical-coordinate representation of color #0F6057: hue angle of 173.33º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F6057 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB159687-
CMYK0.8400.090.62
HSL173.33º72.97%21.76%-
HSV(B)173.33º84.38%37.65%-
XYZ6.19.1610.46-
YUV70.76137.1688.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.58%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 87 (34.38% from 255) = 43.94%
R=7.58%
G=48.48%
B=43.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1596870.8400.090.62173.3372.9721.76
HexF605754093Ead4916
Octal171401271240117625511126
Binary11111100000101011110101000100111111010101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,96,87); }

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

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

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

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

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

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

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