#0F6958

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

Shades of Blue Stone #0F6958

Tints of Blue Stone #0F6958

Color information

#0F6958 (or 0x0F6958) is unknown color: approx Blue Stone. HEX triplet: 0F, 69 and 58. RGB value is (15,105,88). Sum of RGB (Red+Green+Blue) = 15+105+88=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #0F6958 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6958 is #F096A7. Grayscale: #4C4C4C. Windows color (decimal): -15767208 or 5794063. OLE color: 5794063.

HSL color Cylindrical-coordinate representation of color #0F6958: hue angle of 168.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6958 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB1510588-
CMYK0.8600.160.59
HSL168.67º75%23.53%-
HSV(B)168.67º85.71%41.18%-
XYZ7.0110.9110.97-
YUV76.15134.6884.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.21%
GREEN value IS 105 (41.41% from 255) = 50.48%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=7.21%
G=50.48%
B=42.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15105880.8600.160.59168.677523.53
HexF6958560103Ba94b18
Octal171511301260207325111330
Binary111111010011011000101011001000011101110101001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,105,88); }

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

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

 a { background-color: rgb(15,105,88); }

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

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

 span { border-color: rgb(15,105,88); }

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