#0F615A

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

Shades of Blue Stone #0F615A

Tints of Blue Stone #0F615A

Color information

#0F615A (or 0x0F615A) is unknown color: approx Blue Stone. HEX triplet: 0F, 61 and 5A. RGB value is (15,97,90). Sum of RGB (Red+Green+Blue) = 15+97+90=202 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.43% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #0F615A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F615A is #F09EA5. Grayscale: #474747. Windows color (decimal): -15769254 or 5923087. OLE color: 5923087.

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

Color convert

RGB159790-
CMYK0.8500.070.62
HSL174.88º73.21%21.96%-
HSV(B)174.88º84.54%38.04%-
XYZ6.329.3911.15-
YUV71.68138.3387.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.43%
GREEN value IS 97 (38.28% from 255) = 48.02%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=7.43%
G=48.02%
B=44.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1597900.8500.070.62174.8873.2121.96
HexF615A55073Eaf4916
Octal17141132125077625711126
Binary1111110000110110101010101011111111010101111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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