#1F4D73

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

Shades of Venice Blue #1F4D73

Tints of Venice Blue #1F4D73

Color information

#1F4D73 (or 0x1F4D73) is unknown color: approx Venice Blue. HEX triplet: 1F, 4D and 73. RGB value is (31,77,115). Sum of RGB (Red+Green+Blue) = 31+77+115=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F4D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4D73 is #E0B28C. Grayscale: #434343. Windows color (decimal): -14725773 or 7556383. OLE color: 7556383.

HSL color Cylindrical-coordinate representation of color #1F4D73: hue angle of 207.14º 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 #1F4D73 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3177115-
CMYK0.730.3300.55
HSL207.14º57.53%28.63%-
HSV(B)207.14º73.04%45.1%-
XYZ6.316.8417.21-
YUV67.58154.76101.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.90%
GREEN value IS 77 (30.47% from 255) = 34.53%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=13.90%
G=34.53%
B=51.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31771150.730.3300.55207.1457.5328.63
Hex1F4D734921037cf3a1d
Octal37115163111410673177235
Binary1111110011011110011100100110000101101111100111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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