#0F6567

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

Shades of Blue Stone #0F6567

Tints of Blue Stone #0F6567

Color information

#0F6567 (or 0x0F6567) is unknown color: approx Blue Stone. HEX triplet: 0F, 65 and 67. RGB value is (15,101,103). Sum of RGB (Red+Green+Blue) = 15+101+103=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #0F6567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6567 is #F09A98. Grayscale: #4B4B4B. Windows color (decimal): -15768217 or 6776079. OLE color: 6776079.

HSL color Cylindrical-coordinate representation of color #0F6567: hue angle of 181.36º degrees, saturation: 0.75, 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 #0F6567 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB15101103-
CMYK0.850.0200.60
HSL181.36º74.58%23.14%-
HSV(B)181.36º85.44%40.39%-
XYZ7.310.3914.45-
YUV75.51143.5184.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.85%
GREEN value IS 101 (39.84% from 255) = 46.12%
BLUE value IS 103 (40.62% from 255) = 47.03%
R=6.85%
G=46.12%
B=47.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal151011030.850.0200.60181.3674.5823.14
HexF656755203Cb54b17
Octal17145147125207426511327
Binary111111001011100111101010110011110010110101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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