#1A6267

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

Shades of Blue Stone #1A6267

Tints of Blue Stone #1A6267

Color information

#1A6267 (or 0x1A6267) is unknown color: approx Blue Stone. HEX triplet: 1A, 62 and 67. RGB value is (26,98,103). Sum of RGB (Red+Green+Blue) = 26+98+103=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #1A6267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6267 is #E59D98. Grayscale: #4C4C4C. Windows color (decimal): -15048089 or 6775322. OLE color: 6775322.

HSL color Cylindrical-coordinate representation of color #1A6267: hue angle of 183.9º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6267 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2698103-
CMYK0.750.0500.60
HSL183.9º59.69%25.29%-
HSV(B)183.9º74.76%40.39%-
XYZ7.249.9314.37-
YUV77.04142.6591.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.45%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 103 (40.62% from 255) = 45.37%
R=11.45%
G=43.17%
B=45.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26981030.750.0500.60183.959.6925.29
Hex1A62674B503Cb83c19
Octal3214214711350742707431
Binary1101011000101100111100101110101111001011100011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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