#1A5861

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

Shades of Blue Stone #1A5861

Tints of Blue Stone #1A5861

Color information

#1A5861 (or 0x1A5861) is unknown color: approx Blue Stone. HEX triplet: 1A, 58 and 61. RGB value is (26,88,97). Sum of RGB (Red+Green+Blue) = 26+88+97=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A5861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5861 is #E5A79E. Grayscale: #464646. Windows color (decimal): -15050655 or 6379546. OLE color: 6379546.

HSL color Cylindrical-coordinate representation of color #1A5861: hue angle of 187.61º degrees, saturation: 0.58, 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 #1A5861 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB268897-
CMYK0.730.0900.62
HSL187.61º57.72%24.12%-
HSV(B)187.61º73.2%38.04%-
XYZ6.078.0612.55-
YUV70.49142.9696.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 88 (34.77% from 255) = 41.71%
BLUE value IS 97 (38.28% from 255) = 45.97%
R=12.32%
G=41.71%
B=45.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2688970.730.0900.62187.6157.7224.12
Hex1A586149903Ebc3a18
Octal32130141111110762747230
Binary11010101100011000011001001100101111101011110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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