#0F555B

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

Shades of Blue Stone #0F555B

Tints of Blue Stone #0F555B

Color information

#0F555B (or 0x0F555B) is unknown color: approx Blue Stone. HEX triplet: 0F, 55 and 5B. RGB value is (15,85,91). Sum of RGB (Red+Green+Blue) = 15+85+91=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F555B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F555B is #F0AAA4. Grayscale: #404040. Windows color (decimal): -15772325 or 5985551. OLE color: 5985551.

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

Color convert

RGB158591-
CMYK0.840.0700.64
HSL184.74º71.7%20.78%-
HSV(B)184.74º83.52%35.69%-
XYZ5.337.3511.04-
YUV64.75142.8192.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.85%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 91 (35.94% from 255) = 47.64%
R=7.85%
G=44.50%
B=47.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1585910.840.0700.64184.7471.720.78
HexF555B547040b94815
Octal171251331247010027111025
Binary11111010101101101110101001110100000010111001100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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