#1B5357

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

Shades of Blue Stone #1B5357

Tints of Blue Stone #1B5357

Color information

#1B5357 (or 0x1B5357) is unknown color: approx Blue Stone. HEX triplet: 1B, 53 and 57. RGB value is (27,83,87). Sum of RGB (Red+Green+Blue) = 27+83+87=197 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.71% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B5357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5357 is #E4ACA8. Grayscale: #424242. Windows color (decimal): -14986409 or 5722907. OLE color: 5722907.

HSL color Cylindrical-coordinate representation of color #1B5357: hue angle of 184º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B5357 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB278387-
CMYK0.690.0500.66
HSL184º52.63%22.35%-
HSV(B)184º68.97%34.12%-
XYZ5.277.1110.11-
YUV66.71139.4599.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.71%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 87 (34.38% from 255) = 44.16%
R=13.71%
G=42.13%
B=44.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2783870.690.0500.6618452.6322.35
Hex1B5357455042b83516
Octal33123127105501022706526
Binary11011101001110101111000101101010000101011100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,83,87); }

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

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

 a { background-color: rgb(27,83,87); }

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

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

 span { border-color: rgb(27,83,87); }

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