#1E4B4D

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

Shades of Tiber #1E4B4D

Tints of Tiber #1E4B4D

Color information

#1E4B4D (or 0x1E4B4D) is unknown color: approx Tiber. HEX triplet: 1E, 4B and 4D. RGB value is (30,75,77). Sum of RGB (Red+Green+Blue) = 30+75+77=182 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.48% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #1E4B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4B4D is #E1B4B2. Grayscale: #3D3D3D. Windows color (decimal): -14791859 or 5065502. OLE color: 5065502.

HSL color Cylindrical-coordinate representation of color #1E4B4D: hue angle of 182.55º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E4B4D is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB307577-
CMYK0.610.0300.70
HSL182.55º43.93%20.98%-
HSV(B)182.55º61.04%30.2%-
XYZ4.395.847.92-
YUV61.77136.59105.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.48%
GREEN value IS 75 (29.69% from 255) = 41.21%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=16.48%
G=41.21%
B=42.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3075770.610.0300.70182.5543.9320.98
Hex1E4B4D3D3046b72c15
Octal3611311575301062675425
Binary111101001011100110111110111010001101011011110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,75,77); }

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

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

 a { background-color: rgb(30,75,77); }

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

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

 span { border-color: rgb(30,75,77); }

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