#1E4247

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

Shades of Tiber #1E4247

Tints of Tiber #1E4247

Color information

#1E4247 (or 0x1E4247) is unknown color: approx Tiber. HEX triplet: 1E, 42 and 47. RGB value is (30,66,71). Sum of RGB (Red+Green+Blue) = 30+66+71=167 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.96% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 71 - color contains mainly: blue. Hex color #1E4247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4247 is #E1BDB8. Grayscale: #373737. Windows color (decimal): -14794169 or 4669982. OLE color: 4669982.

HSL color Cylindrical-coordinate representation of color #1E4247: hue angle of 187.32º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E4247 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB306671-
CMYK0.580.0700.72
HSL187.32º40.59%19.8%-
HSV(B)187.32º57.75%27.84%-
XYZ3.624.636.66-
YUV55.81136.57109.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.96%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 71 (28.12% from 255) = 42.51%
R=17.96%
G=39.52%
B=42.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3066710.580.0700.72187.3240.5919.8
Hex1E42473A7048bb2914
Octal3610210772701102735124
Binary1111010000101000111111010111010010001011101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,66,71); }

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

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

 a { background-color: rgb(30,66,71); }

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

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

 span { border-color: rgb(30,66,71); }

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