Html Css Color HEX #1A716C Blue Stone

📋 copy color: '#1A716C'

red 26 ◦ green 113 ◦ blue 108

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

Shades of Blue Stone #1A716C

Tints of Blue Stone #1A716C

RGB

 RED value IS 26 (10.55% from 255) = 10.53%

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

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

R = 10.53%
G = 45.75%
B = 43.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#1A716C (or 0x1A716C) is known color: Blue Stone. HEX triplet: 1A, 71 and 6C. RGB value is (26,113,108). Sum of RGB (Red+Green+Blue) = 26+113+108=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #1A716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A716C is #E58E93. Grayscale: #565656. Windows color (decimal): -15044244 or 7106842. OLE color: 7106842.

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

Color convert

RGB 26 113 108 -
CMYK 0.77 0 0.04 0.56
HSL 176.55º 0.63% 0.27% -
HSV(B) 176.55º 0.77% 0.44% -
XYZ 9.04 13.11 16.24 -
YUV 86.42 140.18 84.91 -
System Red Green Blue C M Y K H S L
Decimal 26 113 108 0.77 0 0.04 0.56 176.55 0.63 0.27
Hex 1A 71 6C 4D 0 4 38 B1 3F 1B
Octal 32 161 154 115 0 4 70 261 77 33
Binary 11010 1110001 1101100 1001101 0 100 111000 10110001 111111 11011

Color Harmonies of #1A716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A716C

Black with #1A716C

Text Example


Text Example

White with #1A716C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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