#0F6154

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

Shades of Blue Stone #0F6154

Tints of Blue Stone #0F6154

Color information

#0F6154 (or 0x0F6154) is unknown color: approx Blue Stone. HEX triplet: 0F, 61 and 54. RGB value is (15,97,84). Sum of RGB (Red+Green+Blue) = 15+97+84=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #0F6154 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6154 is #F09EAB. Grayscale: #464646. Windows color (decimal): -15769260 or 5529871. OLE color: 5529871.

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

Color convert

RGB159784-
CMYK0.8500.130.62
HSL170.49º73.21%21.96%-
HSV(B)170.49º84.54%38.04%-
XYZ6.079.299.86-
YUV71135.3388.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.65%
GREEN value IS 97 (38.28% from 255) = 49.49%
BLUE value IS 84 (33.20% from 255) = 42.86%
R=7.65%
G=49.49%
B=42.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1597840.8500.130.62170.4973.2121.96
HexF6154550D3Eaa4916
Octal171411241250157625211126
Binary11111100001101010010101010110111111010101010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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