#0F5C60

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

Shades of Blue Stone #0F5C60

Tints of Blue Stone #0F5C60

Color information

#0F5C60 (or 0x0F5C60) is unknown color: approx Blue Stone. HEX triplet: 0F, 5C and 60. RGB value is (15,92,96). Sum of RGB (Red+Green+Blue) = 15+92+96=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F5C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5C60 is #F0A39F. Grayscale: #454545. Windows color (decimal): -15770528 or 6315023. OLE color: 6315023.

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

Color convert

RGB159296-
CMYK0.840.0400.62
HSL182.96º72.97%21.76%-
HSV(B)182.96º84.38%37.65%-
XYZ6.148.612.4-
YUV69.43142.9989.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.39%
GREEN value IS 92 (36.33% from 255) = 45.32%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=7.39%
G=45.32%
B=47.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1592960.840.0400.62182.9672.9721.76
HexF5C6054403Eb74916
Octal17134140124407626711126
Binary1111101110011000001010100100011111010110111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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