#1A5C5E

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

Shades of Blue Stone #1A5C5E

Tints of Blue Stone #1A5C5E

Color information

#1A5C5E (or 0x1A5C5E) is unknown color: approx Blue Stone. HEX triplet: 1A, 5C and 5E. RGB value is (26,92,94). Sum of RGB (Red+Green+Blue) = 26+92+94=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A5C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5C5E is #E5A3A1. Grayscale: #484848. Windows color (decimal): -15049634 or 6183962. OLE color: 6183962.

HSL color Cylindrical-coordinate representation of color #1A5C5E: hue angle of 181.76º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A5C5E is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB269294-
CMYK0.720.0200.63
HSL181.76º56.67%23.53%-
HSV(B)181.76º72.34%36.86%-
XYZ6.278.6811.93-
YUV72.49140.1394.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.26%
GREEN value IS 92 (36.33% from 255) = 43.40%
BLUE value IS 94 (37.11% from 255) = 44.34%
R=12.26%
G=43.40%
B=44.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2692940.720.0200.63181.7656.6723.53
Hex1A5C5E48203Fb63918
Octal3213413611020772667130
Binary110101011100101111010010001001111111011011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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