#1E6668

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

Shades of Blue Stone #1E6668

Tints of Blue Stone #1E6668

Color information

#1E6668 (or 0x1E6668) is unknown color: approx Blue Stone. HEX triplet: 1E, 66 and 68. RGB value is (30,102,104). Sum of RGB (Red+Green+Blue) = 30+102+104=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #1E6668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6668 is #E19997. Grayscale: #505050. Windows color (decimal): -14784920 or 6841886. OLE color: 6841886.

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

Color convert

RGB30102104-
CMYK0.710.0200.59
HSL181.62º55.22%26.27%-
HSV(B)181.62º71.15%40.78%-
XYZ7.7910.7814.77-
YUV80.7141.1591.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.71%
GREEN value IS 102 (40.23% from 255) = 43.22%
BLUE value IS 104 (41.02% from 255) = 44.07%
R=12.71%
G=43.22%
B=44.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal301021040.710.0200.59181.6255.2226.27
Hex1E666847203Bb6371a
Octal3614615010720732666732
Binary111101100110110100010001111001110111011011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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