#1B6460

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

Shades of Blue Stone #1B6460

Tints of Blue Stone #1B6460

Color information

#1B6460 (or 0x1B6460) is unknown color: approx Blue Stone. HEX triplet: 1B, 64 and 60. RGB value is (27,100,96). Sum of RGB (Red+Green+Blue) = 27+100+96=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #1B6460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6460 is #E49B9F. Grayscale: #4D4D4D. Windows color (decimal): -14982048 or 6317083. OLE color: 6317083.

HSL color Cylindrical-coordinate representation of color #1B6460: hue angle of 176.71º 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 #1B6460 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB2710096-
CMYK0.7300.040.61
HSL176.71º57.48%24.9%-
HSV(B)176.71º73%39.22%-
XYZ7.1210.1912.66-
YUV77.72138.3291.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.11%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=12.11%
G=44.84%
B=43.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal27100960.7300.040.61176.7157.4824.9
Hex1B646049043Db13919
Octal3314414011104752617131
Binary1101111001001100000100100101001111011011000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,100,96); }

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

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

 a { background-color: rgb(27,100,96); }

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

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

 span { border-color: rgb(27,100,96); }

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