#1B5661

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

Shades of Blue Stone #1B5661

Tints of Blue Stone #1B5661

Color information

#1B5661 (or 0x1B5661) is unknown color: approx Blue Stone. HEX triplet: 1B, 56 and 61. RGB value is (27,86,97). Sum of RGB (Red+Green+Blue) = 27+86+97=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #1B5661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5661 is #E4A99E. Grayscale: #454545. Windows color (decimal): -14985631 or 6379035. OLE color: 6379035.

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

Color convert

RGB278697-
CMYK0.720.1100.62
HSL189.43º56.45%24.31%-
HSV(B)189.43º72.16%38.04%-
XYZ5.947.7512.49-
YUV69.61143.4597.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.86%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=12.86%
G=40.95%
B=46.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2786970.720.1100.62189.4356.4524.31
Hex1B566148B03Ebd3818
Octal33126141110130762757030
Binary11011101011011000011001000101101111101011110111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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