#1A625E

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

Shades of Blue Stone #1A625E

Tints of Blue Stone #1A625E

Color information

#1A625E (or 0x1A625E) is unknown color: approx Blue Stone. HEX triplet: 1A, 62 and 5E. RGB value is (26,98,94). Sum of RGB (Red+Green+Blue) = 26+98+94=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #1A625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A625E is #E59DA1. Grayscale: #4B4B4B. Windows color (decimal): -15048098 or 6185498. OLE color: 6185498.

HSL color Cylindrical-coordinate representation of color #1A625E: hue angle of 176.67º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A625E is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB269894-
CMYK0.7300.040.62
HSL176.67º58.06%24.31%-
HSV(B)176.67º73.47%38.43%-
XYZ6.819.7612.12-
YUV76.02138.1592.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.93%
GREEN value IS 98 (38.67% from 255) = 44.95%
BLUE value IS 94 (37.11% from 255) = 43.12%
R=11.93%
G=44.95%
B=43.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2698940.7300.040.62176.6758.0624.31
Hex1A625E49043Eb13a18
Octal3214213611104762617230
Binary1101011000101011110100100101001111101011000111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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