#1B5F63

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

Shades of Blue Stone #1B5F63

Tints of Blue Stone #1B5F63

Color information

#1B5F63 (or 0x1B5F63) is unknown color: approx Blue Stone. HEX triplet: 1B, 5F and 63. RGB value is (27,95,99). Sum of RGB (Red+Green+Blue) = 27+95+99=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #1B5F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5F63 is #E4A09C. Grayscale: #4B4B4B. Windows color (decimal): -14983325 or 6512411. OLE color: 6512411.

HSL color Cylindrical-coordinate representation of color #1B5F63: hue angle of 183.33º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B5F63 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB279599-
CMYK0.730.0400.61
HSL183.33º57.14%24.71%-
HSV(B)183.33º72.73%38.82%-
XYZ6.89.3213.24-
YUV75.12141.4793.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.22%
GREEN value IS 95 (37.5% from 255) = 42.99%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=12.22%
G=42.99%
B=44.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2795990.730.0400.61183.3357.1424.71
Hex1B5F6349403Db73919
Octal3313714311140752677131
Binary1101110111111100011100100110001111011011011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B5F63; }

 p { color: rgb(27,95,99); }

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

<style>
 a { background-color: #1B5F63; }

 a { background-color: rgb(27,95,99); }

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

<style>
 span { border-color: #1B5F63; }

 span { border-color: rgb(27,95,99); }

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