Html Css Color HEX #1A716D Blue Stone

📋 copy color: '#1A716D'

red 26 ◦ green 113 ◦ blue 109

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

Shades of Blue Stone #1A716D

Tints of Blue Stone #1A716D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.95%

R = 10.48%
G = 45.56%
B = 43.95%

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

#1A716D (or 0x1A716D) is known color: Blue Stone. HEX triplet: 1A, 71 and 6D. RGB value is (26,113,109). Sum of RGB (Red+Green+Blue) = 26+113+109=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #1A716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A716D is #E58E92. Grayscale: #565656. Windows color (decimal): -15044243 or 7172378. OLE color: 7172378.

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

Color convert

RGB 26 113 109 -
CMYK 0.77 0 0.04 0.56
HSL 177.24º 0.63% 0.27% -
HSV(B) 177.24º 0.77% 0.44% -
XYZ 9.09 13.13 16.52 -
YUV 86.53 140.68 84.83 -
System Red Green Blue C M Y K H S L
Decimal 26 113 109 0.77 0 0.04 0.56 177.24 0.63 0.27
Hex 1A 71 6D 4D 0 4 38 B1 3F 1B
Octal 32 161 155 115 0 4 70 261 77 33
Binary 11010 1110001 1101101 1001101 0 100 111000 10110001 111111 11011

Color Harmonies of #1A716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A716D

Black with #1A716D

Text Example


Text Example

White with #1A716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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