#1A5D67

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

Shades of Blue Stone #1A5D67

Tints of Blue Stone #1A5D67

Color information

#1A5D67 (or 0x1A5D67) is unknown color: approx Blue Stone. HEX triplet: 1A, 5D and 67. RGB value is (26,93,103). Sum of RGB (Red+Green+Blue) = 26+93+103=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #1A5D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5D67 is #E5A298. Grayscale: #4A4A4A. Windows color (decimal): -15049369 or 6774042. OLE color: 6774042.

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

Color convert

RGB2693103-
CMYK0.750.1000.60
HSL187.79º59.69%25.29%-
HSV(B)187.79º74.76%40.39%-
XYZ6.799.0314.22-
YUV74.11144.393.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.71%
GREEN value IS 93 (36.72% from 255) = 41.89%
BLUE value IS 103 (40.62% from 255) = 46.40%
R=11.71%
G=41.89%
B=46.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26931030.750.1000.60187.7959.6925.29
Hex1A5D674BA03Cbc3c19
Octal32135147113120742747431
Binary11010101110111001111001011101001111001011110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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