#1A5860

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

Shades of Blue Stone #1A5860

Tints of Blue Stone #1A5860

Color information

#1A5860 (or 0x1A5860) is unknown color: approx Blue Stone. HEX triplet: 1A, 58 and 60. RGB value is (26,88,96). Sum of RGB (Red+Green+Blue) = 26+88+96=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A5860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5860 is #E5A79F. Grayscale: #464646. Windows color (decimal): -15050656 or 6314010. OLE color: 6314010.

HSL color Cylindrical-coordinate representation of color #1A5860: hue angle of 186.86º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A5860 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB268896-
CMYK0.730.0800.62
HSL186.86º57.38%23.92%-
HSV(B)186.86º72.92%37.65%-
XYZ6.038.0412.3-
YUV70.37142.4696.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.38%
GREEN value IS 88 (34.77% from 255) = 41.90%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=12.38%
G=41.90%
B=45.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2688960.730.0800.62186.8657.3823.92
Hex1A586049803Ebb3918
Octal32130140111100762737130
Binary11010101100011000001001001100001111101011101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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