#1B615C

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

Shades of Blue Stone #1B615C

Tints of Blue Stone #1B615C

Color information

#1B615C (or 0x1B615C) is unknown color: approx Blue Stone. HEX triplet: 1B, 61 and 5C. RGB value is (27,97,92). Sum of RGB (Red+Green+Blue) = 27+97+92=216 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.5% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #1B615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B615C is #E49EA3. Grayscale: #4B4B4B. Windows color (decimal): -14982820 or 6054171. OLE color: 6054171.

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

Color convert

RGB279792-
CMYK0.7200.050.62
HSL175.71º56.45%24.31%-
HSV(B)175.71º72.16%38.04%-
XYZ6.669.5611.62-
YUV75.5137.3193.41-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.5%
GREEN value IS 97 (38.28% from 255) = 44.91%
BLUE value IS 92 (36.33% from 255) = 42.59%
R=12.5%
G=44.91%
B=42.59%

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
Decimal2797920.7200.050.62175.7156.4524.31
Hex1B615C48053Eb03818
Octal3314113411005762607030
Binary1101111000011011100100100001011111101011000011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,97,92); }

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

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

 a { background-color: rgb(27,97,92); }

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

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

 span { border-color: rgb(27,97,92); }

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