#1E6466

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

Shades of Blue Stone #1E6466

Tints of Blue Stone #1E6466

Color information

#1E6466 (or 0x1E6466) is unknown color: approx Blue Stone. HEX triplet: 1E, 64 and 66. RGB value is (30,100,102). Sum of RGB (Red+Green+Blue) = 30+100+102=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #1E6466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6466 is #E19B99. Grayscale: #4F4F4F. Windows color (decimal): -14785434 or 6710302. OLE color: 6710302.

HSL color Cylindrical-coordinate representation of color #1E6466: hue angle of 181.67º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E6466 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB30100102-
CMYK0.710.0200.6
HSL181.67º54.55%25.88%-
HSV(B)181.67º70.59%40%-
XYZ7.4910.3514.17-
YUV79.3140.8192.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.93%
GREEN value IS 100 (39.45% from 255) = 43.10%
BLUE value IS 102 (40.23% from 255) = 43.97%
R=12.93%
G=43.10%
B=43.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal301001020.710.0200.6181.6754.5525.88
Hex1E646647203Cb6371a
Octal3614414610720742666732
Binary111101100100110011010001111001111001011011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,100,102); }

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

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

 a { background-color: rgb(30,100,102); }

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

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

 span { border-color: rgb(30,100,102); }

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