Html Css Color HEX #1B716C Blue Stone

📋 copy color: '#1B716C'

red 27 ◦ green 113 ◦ blue 108

#1B716C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #1B716C

Tints of Blue Stone #1B716C

RGB

 RED value IS 27 (10.94% from 255) = 10.89%

 GREEN value IS 113 (44.53% from 255) = 45.56%

 BLUE value IS 108 (42.58% from 255) = 43.55%

R = 10.89%
G = 45.56%
B = 43.55%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#1B716C (or 0x1B716C) is known color: Blue Stone. HEX triplet: 1B, 71 and 6C. RGB value is (27,113,108). Sum of RGB (Red+Green+Blue) = 27+113+108=248 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.89% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #1B716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B716C is #E48E93. Grayscale: #565656. Windows color (decimal): -14978708 or 7106843. OLE color: 7106843.

HSL color Cylindrical-coordinate representation of color #1B716C: hue angle of 176.51º 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 #1B716C is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 27 113 108 -
CMYK 0.76 0 0.04 0.56
HSL 176.51º 0.61% 0.27% -
HSV(B) 176.51º 0.76% 0.44% -
XYZ 9.06 13.13 16.24 -
YUV 86.72 140.01 85.41 -
System Red Green Blue C M Y K H S L
Decimal 27 113 108 0.76 0 0.04 0.56 176.51 0.61 0.27
Hex 1B 71 6C 4C 0 4 38 B1 3D 1B
Octal 33 161 154 114 0 4 70 261 75 33
Binary 11011 1110001 1101100 1001100 0 100 111000 10110001 111101 11011

Color Harmonies of #1B716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B716C

Black with #1B716C

Text Example


Text Example

White with #1B716C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,113,108); }

 H1.HeaderClassName
 {
   color: #1B716C;
 }
 .AnyTagClassName
 {
   color: #1B716C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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