Html Css Color HEX #1A676E Blue Stone

📋 copy color: '#1A676E'

red 26 ◦ green 103 ◦ blue 110

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

Shades of Blue Stone #1A676E

Tints of Blue Stone #1A676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.1%

 BLUE value IS 110 (43.36% from 255) = 46.03%

R = 10.88%
G = 43.1%
B = 46.03%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1A676E (or 0x1A676E) is known color: Blue Stone. HEX triplet: 1A, 67 and 6E. RGB value is (26,103,110). Sum of RGB (Red+Green+Blue) = 26+103+110=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #1A676E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A676E is #E59891. Grayscale: #505050. Windows color (decimal): -15046802 or 7235354. OLE color: 7235354.

HSL color Cylindrical-coordinate representation of color #1A676E: hue angle of 185º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A676E is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 26 103 110 -
CMYK 0.76 0.06 0 0.57
HSL 185º 0.62% 0.27% -
HSV(B) 185º 0.76% 0.43% -
XYZ 8.09 11.05 16.46 -
YUV 80.78 144.49 88.93 -
System Red Green Blue C M Y K H S L
Decimal 26 103 110 0.76 0.06 0 0.57 185 0.62 0.27
Hex 1A 67 6E 4C 6 0 39 B9 3E 1B
Octal 32 147 156 114 6 0 71 271 76 33
Binary 11010 1100111 1101110 1001100 110 0 111001 10111001 111110 11011

Color Harmonies of #1A676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A676E

Black with #1A676E

Text Example


Text Example

White with #1A676E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,103,110); }

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

background-color css

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

 a { background-color: rgb(26,103,110); }

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

border-color css

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

 span { border-color: rgb(26,103,110); }

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