#0F5A5B

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

Shades of Blue Stone #0F5A5B

Tints of Blue Stone #0F5A5B

Color information

#0F5A5B (or 0x0F5A5B) is unknown color: approx Blue Stone. HEX triplet: 0F, 5A and 5B. RGB value is (15,90,91). Sum of RGB (Red+Green+Blue) = 15+90+91=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F5A5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5A5B is #F0A5A4. Grayscale: #434343. Windows color (decimal): -15771045 or 5986831. OLE color: 5986831.

HSL color Cylindrical-coordinate representation of color #0F5A5B: hue angle of 180.79º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5A5B is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB159091-
CMYK0.840.0100.64
HSL180.79º71.7%20.78%-
HSV(B)180.79º83.52%35.69%-
XYZ5.748.1711.17-
YUV67.69141.1590.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.65%
GREEN value IS 90 (35.55% from 255) = 45.92%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=7.65%
G=45.92%
B=46.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1590910.840.0100.64180.7971.720.78
HexF5A5B541040b54815
Octal171321331241010026511025
Binary111110110101011011101010010100000010110101100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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