#1F4973

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

Shades of Venice Blue #1F4973

Tints of Venice Blue #1F4973

Color information

#1F4973 (or 0x1F4973) is unknown color: approx Venice Blue. HEX triplet: 1F, 49 and 73. RGB value is (31,73,115). Sum of RGB (Red+Green+Blue) = 31+73+115=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F4973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4973 is #E0B68C. Grayscale: #414141. Windows color (decimal): -14726797 or 7555359. OLE color: 7555359.

HSL color Cylindrical-coordinate representation of color #1F4973: hue angle of 210º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F4973 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3173115-
CMYK0.730.3700.55
HSL210º57.53%28.63%-
HSV(B)210º73.04%45.1%-
XYZ6.046.2917.12-
YUV65.23156.09103.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.16%
GREEN value IS 73 (28.91% from 255) = 33.33%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=14.16%
G=33.33%
B=52.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31731150.730.3700.5521057.5328.63
Hex1F49734925037d23a1d
Octal37111163111450673227235
Binary1111110010011110011100100110010101101111101001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,73,115); }

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

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

 a { background-color: rgb(31,73,115); }

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

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

 span { border-color: rgb(31,73,115); }

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