#1B656D

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

Shades of Blue Stone #1B656D

Tints of Blue Stone #1B656D

Color information

#1B656D (or 0x1B656D) is unknown color: approx Blue Stone. HEX triplet: 1B, 65 and 6D. RGB value is (27,101,109). Sum of RGB (Red+Green+Blue) = 27+101+109=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B656D is #E49A92. Grayscale: #4F4F4F. Windows color (decimal): -14981779 or 7169307. OLE color: 7169307.

HSL color Cylindrical-coordinate representation of color #1B656D: hue angle of 185.85º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B656D is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB27101109-
CMYK0.750.0700.57
HSL185.85º60.29%26.67%-
HSV(B)185.85º75.23%42.75%-
XYZ7.8710.6416.11-
YUV79.79144.4890.35-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.39%
GREEN value IS 101 (39.84% from 255) = 42.62%
BLUE value IS 109 (42.97% from 255) = 45.99%
R=11.39%
G=42.62%
B=45.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal271011090.750.0700.57185.8560.2926.67
Hex1B656D4B7039ba3c1b
Octal3314515511370712727433
Binary1101111001011101101100101111101110011011101011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,101,109); }

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

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

 a { background-color: rgb(27,101,109); }

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

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

 span { border-color: rgb(27,101,109); }

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