#1F4672

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

Shades of Venice Blue #1F4672

Tints of Venice Blue #1F4672

Color information

#1F4672 (or 0x1F4672) is unknown color: approx Venice Blue. HEX triplet: 1F, 46 and 72. RGB value is (31,70,114). Sum of RGB (Red+Green+Blue) = 31+70+114=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F4672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4672 is #E0B98D. Grayscale: #3F3F3F. Windows color (decimal): -14727566 or 7489055. OLE color: 7489055.

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

Color convert

RGB3170114-
CMYK0.730.3900.55
HSL211.81º57.24%28.43%-
HSV(B)211.81º72.81%44.71%-
XYZ5.795.8916.75-
YUV63.36156.58104.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.42%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 114 (44.92% from 255) = 53.02%
R=14.42%
G=32.56%
B=53.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31701140.730.3900.55211.8157.2428.43
Hex1F46724927037d4391c
Octal37106162111470673247134
Binary1111110001101110010100100110011101101111101010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,70,114); }

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

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

 a { background-color: rgb(31,70,114); }

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

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

 span { border-color: rgb(31,70,114); }

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