#1B6058

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

Shades of Blue Stone #1B6058

Tints of Blue Stone #1B6058

Color information

#1B6058 (or 0x1B6058) is unknown color: approx Blue Stone. HEX triplet: 1B, 60 and 58. RGB value is (27,96,88). Sum of RGB (Red+Green+Blue) = 27+96+88=211 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.80% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #1B6058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6058 is #E49FA7. Grayscale: #4A4A4A. Windows color (decimal): -14983080 or 5791771. OLE color: 5791771.

HSL color Cylindrical-coordinate representation of color #1B6058: hue angle of 173.04º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B6058 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB279688-
CMYK0.7200.080.62
HSL173.04º56.1%24.12%-
HSV(B)173.04º71.88%37.65%-
XYZ6.49.310.69-
YUV74.46135.6494.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.80%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 88 (34.77% from 255) = 41.71%
R=12.80%
G=45.50%
B=41.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2796880.7200.080.62173.0456.124.12
Hex1B605848083Ead3818
Octal33140130110010762557030
Binary11011110000010110001001000010001111101010110111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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