#1D4B4E

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

Shades of Tiber #1D4B4E

Tints of Tiber #1D4B4E

Color information

#1D4B4E (or 0x1D4B4E) is unknown color: approx Tiber. HEX triplet: 1D, 4B and 4E. RGB value is (29,75,78). Sum of RGB (Red+Green+Blue) = 29+75+78=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D4B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4B4E is #E2B4B1. Grayscale: #3D3D3D. Windows color (decimal): -14857394 or 5131037. OLE color: 5131037.

HSL color Cylindrical-coordinate representation of color #1D4B4E: hue angle of 183.67º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D4B4E is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB297578-
CMYK0.630.0400.69
HSL183.67º45.79%20.98%-
HSV(B)183.67º62.82%30.59%-
XYZ4.45.848.1-
YUV61.59137.26104.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.93%
GREEN value IS 75 (29.69% from 255) = 41.21%
BLUE value IS 78 (30.86% from 255) = 42.86%
R=15.93%
G=41.21%
B=42.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2975780.630.0400.69183.6745.7920.98
Hex1D4B4E3F4045b82e15
Octal3511311677401052705625
Binary1110110010111001110111111100010001011011100010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,75,78); }

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

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

 a { background-color: rgb(29,75,78); }

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

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

 span { border-color: rgb(29,75,78); }

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