#1B6068

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

Shades of Blue Stone #1B6068

Tints of Blue Stone #1B6068

Color information

#1B6068 (or 0x1B6068) is unknown color: approx Blue Stone. HEX triplet: 1B, 60 and 68. RGB value is (27,96,104). Sum of RGB (Red+Green+Blue) = 27+96+104=227 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.89% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #1B6068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6068 is #E49F97. Grayscale: #4C4C4C. Windows color (decimal): -14983064 or 6840347. OLE color: 6840347.

HSL color Cylindrical-coordinate representation of color #1B6068: hue angle of 186.23º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B6068 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2796104-
CMYK0.740.0800.59
HSL186.23º58.78%25.69%-
HSV(B)186.23º74.04%40.78%-
XYZ7.139.614.57-
YUV76.28143.6492.85-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.89%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=11.89%
G=42.29%
B=45.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal27961040.740.0800.59186.2358.7825.69
Hex1B60684A803Bba3b1a
Octal33140150112100732727332
Binary11011110000011010001001010100001110111011101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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