#0F5760

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

Shades of Blue Stone #0F5760

Tints of Blue Stone #0F5760

Color information

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

HSL color Cylindrical-coordinate representation of color #0F5760: hue angle of 186.67º 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 #0F5760 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB158796-
CMYK0.840.0900.62
HSL186.67º72.97%21.76%-
HSV(B)186.67º84.38%37.65%-
XYZ5.727.7612.26-
YUV66.5144.6591.27-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1587960.840.0900.62186.6772.9721.76
HexF576054903Ebb4916
Octal171271401241107627311126
Binary11111010111110000010101001001011111010111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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