#1B5D69

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

Shades of Blue Stone #1B5D69

Tints of Blue Stone #1B5D69

Color information

#1B5D69 (or 0x1B5D69) is unknown color: approx Blue Stone. HEX triplet: 1B, 5D and 69. RGB value is (27,93,105). Sum of RGB (Red+Green+Blue) = 27+93+105=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #1B5D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5D69 is #E4A296. Grayscale: #4A4A4A. Windows color (decimal): -14983831 or 6905115. OLE color: 6905115.

HSL color Cylindrical-coordinate representation of color #1B5D69: hue angle of 189.23º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B5D69 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2793105-
CMYK0.740.1100.59
HSL189.23º59.09%25.88%-
HSV(B)189.23º74.29%41.18%-
XYZ6.929.0814.75-
YUV74.63145.1394.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12%
GREEN value IS 93 (36.72% from 255) = 41.33%
BLUE value IS 105 (41.41% from 255) = 46.67%
R=12%
G=41.33%
B=46.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal27931050.740.1100.59189.2359.0925.88
Hex1B5D694AB03Bbd3b1a
Octal33135151112130732757332
Binary11011101110111010011001010101101110111011110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,93,105); }

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

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

 a { background-color: rgb(27,93,105); }

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

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

 span { border-color: rgb(27,93,105); }

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