#1B6360

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

Shades of Blue Stone #1B6360

Tints of Blue Stone #1B6360

Color information

#1B6360 (or 0x1B6360) is unknown color: approx Blue Stone. HEX triplet: 1B, 63 and 60. RGB value is (27,99,96). Sum of RGB (Red+Green+Blue) = 27+99+96=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #1B6360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6360 is #E49C9F. Grayscale: #4D4D4D. Windows color (decimal): -14982304 or 6316827. OLE color: 6316827.

HSL color Cylindrical-coordinate representation of color #1B6360: hue angle of 177.5º 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 #1B6360 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB279996-
CMYK0.7300.030.61
HSL177.5º57.14%24.71%-
HSV(B)177.5º72.73%38.82%-
XYZ7.031012.63-
YUV77.13138.6592.24-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.16%
GREEN value IS 99 (39.06% from 255) = 44.59%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=12.16%
G=44.59%
B=43.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2799960.7300.030.61177.557.1424.71
Hex1B636049033Db23919
Octal3314314011103752627131
Binary110111100011110000010010010111111011011001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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