#1D514C

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

Shades of Tiber #1D514C

Tints of Tiber #1D514C

Color information

#1D514C (or 0x1D514C) is unknown color: approx Tiber. HEX triplet: 1D, 51 and 4C. RGB value is (29,81,76). Sum of RGB (Red+Green+Blue) = 29+81+76=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #1D514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D514C is #E2AEB3. Grayscale: #404040. Windows color (decimal): -14855860 or 5001501. OLE color: 5001501.

HSL color Cylindrical-coordinate representation of color #1D514C: hue angle of 174.23º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D514C is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB298176-
CMYK0.6400.060.68
HSL174.23º47.27%21.57%-
HSV(B)174.23º64.2%31.76%-
XYZ4.756.677.87-
YUV64.88134.27102.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.59%
GREEN value IS 81 (32.03% from 255) = 43.55%
BLUE value IS 76 (30.08% from 255) = 40.86%
R=15.59%
G=43.55%
B=40.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2981760.6400.060.68174.2347.2721.57
Hex1D514C400644ae2f16
Octal35121114100061042565726
Binary11101101000110011001000000011010001001010111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,81,76); }

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

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

 a { background-color: rgb(29,81,76); }

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

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

 span { border-color: rgb(29,81,76); }

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