#1D4770

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

Shades of Venice Blue #1D4770

Tints of Venice Blue #1D4770

Color information

#1D4770 (or 0x1D4770) is unknown color: approx Venice Blue. HEX triplet: 1D, 47 and 70. RGB value is (29,71,112). Sum of RGB (Red+Green+Blue) = 29+71+112=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D4770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4770 is #E2B88F. Grayscale: #3E3E3E. Windows color (decimal): -14858384 or 7358237. OLE color: 7358237.

HSL color Cylindrical-coordinate representation of color #1D4770: hue angle of 209.64º 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 #1D4770 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2971112-
CMYK0.740.3700.56
HSL209.64º58.87%27.65%-
HSV(B)209.64º74.11%43.92%-
XYZ5.685.9416.18-
YUV63.12155.59103.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.68%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 112 (44.14% from 255) = 52.83%
R=13.68%
G=33.49%
B=52.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29711120.740.3700.56209.6458.8727.65
Hex1D47704A25038d23b1c
Octal35107160112450703227334
Binary1110110001111110000100101010010101110001101001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,71,112); }

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

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

 a { background-color: rgb(29,71,112); }

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

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

 span { border-color: rgb(29,71,112); }

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