#1B5764

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

Shades of Blue Stone #1B5764

Tints of Blue Stone #1B5764

Color information

#1B5764 (or 0x1B5764) is unknown color: approx Blue Stone. HEX triplet: 1B, 57 and 64. RGB value is (27,87,100). Sum of RGB (Red+Green+Blue) = 27+87+100=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 100 - color contains mainly: blue. Hex color #1B5764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5764 is #E4A89B. Grayscale: #464646. Windows color (decimal): -14985372 or 6575899. OLE color: 6575899.

HSL color Cylindrical-coordinate representation of color #1B5764: hue angle of 190.68º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B5764 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2787100-
CMYK0.730.1300.61
HSL190.68º57.48%24.9%-
HSV(B)190.68º73%39.22%-
XYZ6.167.9713.27-
YUV70.54144.6296.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.62%
GREEN value IS 87 (34.38% from 255) = 40.65%
BLUE value IS 100 (39.45% from 255) = 46.73%
R=12.62%
G=40.65%
B=46.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal27871000.730.1300.61190.6857.4824.9
Hex1B576449D03Dbf3919
Octal33127144111150752777131
Binary11011101011111001001001001110101111011011111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,87,100); }

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

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

 a { background-color: rgb(27,87,100); }

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

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

 span { border-color: rgb(27,87,100); }

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