#1D4C71

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

Shades of Venice Blue #1D4C71

Tints of Venice Blue #1D4C71

Color information

#1D4C71 (or 0x1D4C71) is unknown color: approx Venice Blue. HEX triplet: 1D, 4C and 71. RGB value is (29,76,113). Sum of RGB (Red+Green+Blue) = 29+76+113=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D4C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4C71 is #E2B38E. Grayscale: #414141. Windows color (decimal): -14857103 or 7425053. OLE color: 7425053.

HSL color Cylindrical-coordinate representation of color #1D4C71: hue angle of 206.43º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D4C71 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2976113-
CMYK0.740.3300.56
HSL206.43º59.15%27.84%-
HSV(B)206.43º74.34%44.31%-
XYZ6.076.6216.58-
YUV66.16154.43101.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.30%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 113 (44.53% from 255) = 51.83%
R=13.30%
G=34.86%
B=51.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29761130.740.3300.56206.4359.1527.84
Hex1D4C714A21038ce3b1c
Octal35114161112410703167334
Binary1110110011001110001100101010000101110001100111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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