#1A6067

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

Shades of Blue Stone #1A6067

Tints of Blue Stone #1A6067

Color information

#1A6067 (or 0x1A6067) is unknown color: approx Blue Stone. HEX triplet: 1A, 60 and 67. RGB value is (26,96,103). Sum of RGB (Red+Green+Blue) = 26+96+103=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #1A6067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6067 is #E59F98. Grayscale: #4B4B4B. Windows color (decimal): -15048601 or 6774810. OLE color: 6774810.

HSL color Cylindrical-coordinate representation of color #1A6067: hue angle of 185.45º 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 #1A6067 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2696103-
CMYK0.750.0700.60
HSL185.45º59.69%25.29%-
HSV(B)185.45º74.76%40.39%-
XYZ7.069.5614.31-
YUV75.87143.3192.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.56%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 103 (40.62% from 255) = 45.78%
R=11.56%
G=42.67%
B=45.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26961030.750.0700.60185.4559.6925.29
Hex1A60674B703Cb93c19
Octal3214014711370742717431
Binary1101011000001100111100101111101111001011100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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