#0F5961

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

Shades of Blue Stone #0F5961

Tints of Blue Stone #0F5961

Color information

#0F5961 (or 0x0F5961) is unknown color: approx Blue Stone. HEX triplet: 0F, 59 and 61. RGB value is (15,89,97). Sum of RGB (Red+Green+Blue) = 15+89+97=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #0F5961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5961 is #F0A69E. Grayscale: #434343. Windows color (decimal): -15771295 or 6379791. OLE color: 6379791.

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

Color convert

RGB158997-
CMYK0.850.0800.62
HSL185.85º73.21%21.96%-
HSV(B)185.85º84.54%38.04%-
XYZ5.938.1112.56-
YUV67.79144.4890.35-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.46%
GREEN value IS 89 (35.16% from 255) = 44.28%
BLUE value IS 97 (38.28% from 255) = 48.26%
R=7.46%
G=44.28%
B=48.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1589970.850.0800.62185.8573.2121.96
HexF596155803Eba4916
Octal171311411251007627211126
Binary11111011001110000110101011000011111010111010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,89,97); }

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

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

 a { background-color: rgb(15,89,97); }

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

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

 span { border-color: rgb(15,89,97); }

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