#1D4B6F

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

Shades of Venice Blue #1D4B6F

Tints of Venice Blue #1D4B6F

Color information

#1D4B6F (or 0x1D4B6F) is unknown color: approx Venice Blue. HEX triplet: 1D, 4B and 6F. RGB value is (29,75,111). Sum of RGB (Red+Green+Blue) = 29+75+111=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #1D4B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4B6F is #E2B490. Grayscale: #414141. Windows color (decimal): -14857361 or 7293725. OLE color: 7293725.

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

Color convert

RGB2975111-
CMYK0.740.3200.56
HSL206.34º58.57%27.45%-
HSV(B)206.34º73.87%43.53%-
XYZ5.896.4415.97-
YUV65.35153.76102.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.49%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 111 (43.75% from 255) = 51.63%
R=13.49%
G=34.88%
B=51.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29751110.740.3200.56206.3458.5727.45
Hex1D4B6F4A20038ce3b1b
Octal35113157112400703167333
Binary1110110010111101111100101010000001110001100111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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