#1D4875

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

Shades of Venice Blue #1D4875

Tints of Venice Blue #1D4875

Color information

#1D4875 (or 0x1D4875) is unknown color: approx Venice Blue. HEX triplet: 1D, 48 and 75. RGB value is (29,72,117). Sum of RGB (Red+Green+Blue) = 29+72+117=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D4875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4875 is #E2B78A. Grayscale: #404040. Windows color (decimal): -14858123 or 7686173. OLE color: 7686173.

HSL color Cylindrical-coordinate representation of color #1D4875: hue angle of 210.68º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D4875 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2972117-
CMYK0.750.3800.54
HSL210.68º60.27%28.63%-
HSV(B)210.68º75.21%45.88%-
XYZ6.036.1817.7-
YUV64.27157.75102.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.30%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 117 (46.09% from 255) = 53.67%
R=13.30%
G=33.03%
B=53.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29721170.750.3800.54210.6860.2728.63
Hex1D48754B26036d33c1d
Octal35110165113460663237435
Binary1110110010001110101100101110011001101101101001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,72,117); }

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

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

 a { background-color: rgb(29,72,117); }

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

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

 span { border-color: rgb(29,72,117); }

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