#1E4C50

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

Shades of Tiber #1E4C50

Tints of Tiber #1E4C50

Color information

#1E4C50 (or 0x1E4C50) is unknown color: approx Tiber. HEX triplet: 1E, 4C and 50. RGB value is (30,76,80). Sum of RGB (Red+Green+Blue) = 30+76+80=186 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.13% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #1E4C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4C50 is #E1B3AF. Grayscale: #3E3E3E. Windows color (decimal): -14791600 or 5262366. OLE color: 5262366.

HSL color Cylindrical-coordinate representation of color #1E4C50: hue angle of 184.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E4C50 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB307680-
CMYK0.620.0500.69
HSL184.8º45.45%21.57%-
HSV(B)184.8º62.5%31.37%-
XYZ4.576.028.51-
YUV62.7137.76104.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.13%
GREEN value IS 76 (30.08% from 255) = 40.86%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=16.13%
G=40.86%
B=43.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3076800.620.0500.69184.845.4521.57
Hex1E4C503E5045b92d16
Octal3611412076501052715526
Binary1111010011001010000111110101010001011011100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,76,80); }

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

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

 a { background-color: rgb(30,76,80); }

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

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

 span { border-color: rgb(30,76,80); }

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