#0F5E65

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

Shades of Blue Stone #0F5E65

Tints of Blue Stone #0F5E65

Color information

#0F5E65 (or 0x0F5E65) is unknown color: approx Blue Stone. HEX triplet: 0F, 5E and 65. RGB value is (15,94,101). Sum of RGB (Red+Green+Blue) = 15+94+101=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #0F5E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5E65 is #F0A19A. Grayscale: #474747. Windows color (decimal): -15770011 or 6643215. OLE color: 6643215.

HSL color Cylindrical-coordinate representation of color #0F5E65: hue angle of 184.88º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F5E65 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1594101-
CMYK0.850.0700.60
HSL184.88º74.14%22.75%-
HSV(B)184.88º85.15%39.61%-
XYZ6.559.0513.71-
YUV71.18144.8387.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.14%
GREEN value IS 94 (37.11% from 255) = 44.76%
BLUE value IS 101 (39.84% from 255) = 48.10%
R=7.14%
G=44.76%
B=48.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal15941010.850.0700.60184.8874.1422.75
HexF5E6555703Cb94a17
Octal17136145125707427111227
Binary1111101111011001011010101111011110010111001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,94,101); }

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

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

 a { background-color: rgb(15,94,101); }

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

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

 span { border-color: rgb(15,94,101); }

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