#1B726A

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

Shades of Blue Stone #1B726A

Tints of Blue Stone #1B726A

Color information

#1B726A (or 0x1B726A) is unknown color: approx Blue Stone. HEX triplet: 1B, 72 and 6A. RGB value is (27,114,106). Sum of RGB (Red+Green+Blue) = 27+114+106=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #1B726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B726A is #E48D95. Grayscale: #575757. Windows color (decimal): -14978454 or 6976027. OLE color: 6976027.

HSL color Cylindrical-coordinate representation of color #1B726A: hue angle of 174.48º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B726A is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB27114106-
CMYK0.7600.070.55
HSL174.48º61.7%27.65%-
HSV(B)174.48º76.32%44.71%-
XYZ9.0713.3115.73-
YUV87.07138.6885.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.93%
GREEN value IS 114 (44.92% from 255) = 46.15%
BLUE value IS 106 (41.80% from 255) = 42.91%
R=10.93%
G=46.15%
B=42.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal271141060.7600.070.55174.4861.727.65
Hex1B726A4C0737ae3e1c
Octal3316215211407672567634
Binary1101111100101101010100110001111101111010111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,114,106); }

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

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

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

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

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

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

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