#1A555A

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

Shades of Blue Stone #1A555A

Tints of Blue Stone #1A555A

Color information

#1A555A (or 0x1A555A) is unknown color: approx Blue Stone. HEX triplet: 1A, 55 and 5A. RGB value is (26,85,90). Sum of RGB (Red+Green+Blue) = 26+85+90=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #1A555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A555A is #E5AAA5. Grayscale: #434343. Windows color (decimal): -15051430 or 5920026. OLE color: 5920026.

HSL color Cylindrical-coordinate representation of color #1A555A: hue angle of 184.69º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A555A is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB268590-
CMYK0.710.0600.65
HSL184.69º55.17%22.75%-
HSV(B)184.69º71.11%35.29%-
XYZ5.527.4510.82-
YUV67.93140.4598.09-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.94%
GREEN value IS 85 (33.59% from 255) = 42.29%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=12.94%
G=42.29%
B=44.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2685900.710.0600.65184.6955.1722.75
Hex1A555A476041b93717
Octal32125132107601012716727
Binary11010101010110110101000111110010000011011100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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