#1A5762

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

Shades of Blue Stone #1A5762

Tints of Blue Stone #1A5762

Color information

#1A5762 (or 0x1A5762) is unknown color: approx Blue Stone. HEX triplet: 1A, 57 and 62. RGB value is (26,87,98). Sum of RGB (Red+Green+Blue) = 26+87+98=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #1A5762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5762 is #E5A89D. Grayscale: #454545. Windows color (decimal): -15050910 or 6444826. OLE color: 6444826.

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

Color convert

RGB268798-
CMYK0.730.1100.62
HSL189.17º58.06%24.31%-
HSV(B)189.17º73.47%38.43%-
XYZ6.047.9212.77-
YUV70.02143.7996.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 87 (34.38% from 255) = 41.23%
BLUE value IS 98 (38.67% from 255) = 46.45%
R=12.32%
G=41.23%
B=46.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2687980.730.1100.62189.1758.0624.31
Hex1A576249B03Ebd3a18
Octal32127142111130762757230
Binary11010101011111000101001001101101111101011110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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