#1A6069

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

Shades of Blue Stone #1A6069

Tints of Blue Stone #1A6069

Color information

#1A6069 (or 0x1A6069) is unknown color: approx Blue Stone. HEX triplet: 1A, 60 and 69. RGB value is (26,96,105). Sum of RGB (Red+Green+Blue) = 26+96+105=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A6069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6069 is #E59F96. Grayscale: #4B4B4B. Windows color (decimal): -15048599 or 6905882. OLE color: 6905882.

HSL color Cylindrical-coordinate representation of color #1A6069: hue angle of 186.84º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6069 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2696105-
CMYK0.750.0900.59
HSL186.84º60.31%25.69%-
HSV(B)186.84º75.24%41.18%-
XYZ7.169.6114.84-
YUV76.1144.3192.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.45%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=11.45%
G=42.29%
B=46.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26961050.750.0900.59186.8460.3125.69
Hex1A60694B903Bbb3c1a
Octal32140151113110732737432
Binary11010110000011010011001011100101110111011101111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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