#1A555D

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

Shades of Blue Stone #1A555D

Tints of Blue Stone #1A555D

Color information

#1A555D (or 0x1A555D) is unknown color: approx Blue Stone. HEX triplet: 1A, 55 and 5D. RGB value is (26,85,93). Sum of RGB (Red+Green+Blue) = 26+85+93=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A555D is #E5AAA2. Grayscale: #444444. Windows color (decimal): -15051427 or 6116634. OLE color: 6116634.

HSL color Cylindrical-coordinate representation of color #1A555D: hue angle of 187.16º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A555D is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB268593-
CMYK0.720.0900.64
HSL187.16º56.3%23.33%-
HSV(B)187.16º72.04%36.47%-
XYZ5.657.5111.51-
YUV68.27141.9597.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.75%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 93 (36.72% from 255) = 45.59%
R=12.75%
G=41.67%
B=45.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2685930.720.0900.64187.1656.323.33
Hex1A555D489040bb3817
Octal321251351101101002737027
Binary110101010101101110110010001001010000001011101111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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