#1F496F

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

Shades of Venice Blue #1F496F

Tints of Venice Blue #1F496F

Color information

#1F496F (or 0x1F496F) is unknown color: approx Venice Blue. HEX triplet: 1F, 49 and 6F. RGB value is (31,73,111). Sum of RGB (Red+Green+Blue) = 31+73+111=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 73 (28.91% from 255 or 33.95% 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 #1F496F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F496F is #E0B690. Grayscale: #404040. Windows color (decimal): -14726801 or 7293215. OLE color: 7293215.

HSL color Cylindrical-coordinate representation of color #1F496F: hue angle of 208.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F496F is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3173111-
CMYK0.720.3400.56
HSL208.5º56.34%27.84%-
HSV(B)208.5º72.07%43.53%-
XYZ5.826.215.93-
YUV64.77154.09103.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.42%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 111 (43.75% from 255) = 51.63%
R=14.42%
G=33.95%
B=51.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31731110.720.3400.56208.556.3427.84
Hex1F496F4822038d0381c
Octal37111157110420703207034
Binary1111110010011101111100100010001001110001101000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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