#1B6363

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

Shades of Blue Stone #1B6363

Tints of Blue Stone #1B6363

Color information

#1B6363 (or 0x1B6363) is unknown color: approx Blue Stone. HEX triplet: 1B, 63 and 63. RGB value is (27,99,99). Sum of RGB (Red+Green+Blue) = 27+99+99=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #1B6363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6363 is #E49C9C. Grayscale: #4D4D4D. Windows color (decimal): -14982301 or 6513435. OLE color: 6513435.

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

Color convert

RGB279999-
CMYK0.73000.61
HSL180º57.14%24.71%-
HSV(B)180º72.73%38.82%-
XYZ7.1710.0613.37-
YUV77.47140.1592-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 99 (39.06% from 255) = 44%
R=12%
G=44%
B=44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2799990.73000.6118057.1424.71
Hex1B636349003Db43919
Octal3314314311100752647131
Binary11011110001111000111001001001111011011010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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