#1A5C67

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

Shades of Blue Stone #1A5C67

Tints of Blue Stone #1A5C67

Color information

#1A5C67 (or 0x1A5C67) is unknown color: approx Blue Stone. HEX triplet: 1A, 5C and 67. RGB value is (26,92,103). Sum of RGB (Red+Green+Blue) = 26+92+103=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 103 - color contains mainly: blue. Hex color #1A5C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5C67 is #E5A398. Grayscale: #494949. Windows color (decimal): -15049625 or 6773786. OLE color: 6773786.

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

Color convert

RGB2692103-
CMYK0.750.1100.60
HSL188.57º59.69%25.29%-
HSV(B)188.57º74.76%40.39%-
XYZ6.78.8514.19-
YUV73.52144.6394.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.76%
GREEN value IS 92 (36.33% from 255) = 41.63%
BLUE value IS 103 (40.62% from 255) = 46.61%
R=11.76%
G=41.63%
B=46.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26921030.750.1100.60188.5759.6925.29
Hex1A5C674BB03Cbd3c19
Octal32134147113130742757431
Binary11010101110011001111001011101101111001011110111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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