#1B7067

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

Shades of Blue Stone #1B7067

Tints of Blue Stone #1B7067

Color information

#1B7067 (or 0x1B7067) is unknown color: approx Blue Stone. HEX triplet: 1B, 70 and 67. RGB value is (27,112,103). Sum of RGB (Red+Green+Blue) = 27+112+103=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #1B7067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7067 is #E48F98. Grayscale: #555555. Windows color (decimal): -14978969 or 6778907. OLE color: 6778907.

HSL color Cylindrical-coordinate representation of color #1B7067: hue angle of 173.65º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B7067 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB27112103-
CMYK0.7600.080.56
HSL173.65º61.15%27.25%-
HSV(B)173.65º75.89%43.92%-
XYZ8.6912.814.84-
YUV85.56137.8486.23-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.16%
GREEN value IS 112 (44.14% from 255) = 46.28%
BLUE value IS 103 (40.62% from 255) = 42.56%
R=11.16%
G=46.28%
B=42.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal271121030.7600.080.56173.6561.1527.25
Hex1B70674C0838ae3d1b
Octal33160147114010702567533
Binary11011111000011001111001100010001110001010111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,112,103); }

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

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

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

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

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

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

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