#1A665E

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

Shades of Blue Stone #1A665E

Tints of Blue Stone #1A665E

Color information

#1A665E (or 0x1A665E) is unknown color: approx Blue Stone. HEX triplet: 1A, 66 and 5E. RGB value is (26,102,94). Sum of RGB (Red+Green+Blue) = 26+102+94=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #1A665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A665E is #E599A1. Grayscale: #4E4E4E. Windows color (decimal): -15047074 or 6186522. OLE color: 6186522.

HSL color Cylindrical-coordinate representation of color #1A665E: hue angle of 173.68º degrees, saturation: 0.59, 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 #1A665E is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB2610294-
CMYK0.7500.080.6
HSL173.68º59.38%25.1%-
HSV(B)173.68º74.51%40%-
XYZ7.210.5312.24-
YUV78.36136.8290.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.71%
GREEN value IS 102 (40.23% from 255) = 45.95%
BLUE value IS 94 (37.11% from 255) = 42.34%
R=11.71%
G=45.95%
B=42.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal26102940.7500.080.6173.6859.3825.1
Hex1A665E4B083Cae3b19
Octal32146136113010742567331
Binary11010110011010111101001011010001111001010111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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