#1B605B

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

Shades of Blue Stone #1B605B

Tints of Blue Stone #1B605B

Color information

#1B605B (or 0x1B605B) is unknown color: approx Blue Stone. HEX triplet: 1B, 60 and 5B. RGB value is (27,96,91). Sum of RGB (Red+Green+Blue) = 27+96+91=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #1B605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B605B is #E49FA4. Grayscale: #4A4A4A. Windows color (decimal): -14983077 or 5988379. OLE color: 5988379.

HSL color Cylindrical-coordinate representation of color #1B605B: hue angle of 175.65º 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 #1B605B is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB279691-
CMYK0.7200.050.62
HSL175.65º56.1%24.12%-
HSV(B)175.65º71.88%37.65%-
XYZ6.529.3511.36-
YUV74.8137.1493.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.62%
GREEN value IS 96 (37.89% from 255) = 44.86%
BLUE value IS 91 (35.94% from 255) = 42.52%
R=12.62%
G=44.86%
B=42.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2796910.7200.050.62175.6556.124.12
Hex1B605B48053Eb03818
Octal3314013311005762607030
Binary1101111000001011011100100001011111101011000011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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