#1F4472

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

Shades of Venice Blue #1F4472

Tints of Venice Blue #1F4472

Color information

#1F4472 (or 0x1F4472) is unknown color: approx Venice Blue. HEX triplet: 1F, 44 and 72. RGB value is (31,68,114). Sum of RGB (Red+Green+Blue) = 31+68+114=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F4472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4472 is #E0BB8D. Grayscale: #3D3D3D. Windows color (decimal): -14728078 or 7488543. OLE color: 7488543.

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

Color convert

RGB3168114-
CMYK0.730.4000.55
HSL213.25º57.24%28.43%-
HSV(B)213.25º72.81%44.71%-
XYZ5.675.6416.71-
YUV62.18157.24105.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.55%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=14.55%
G=31.92%
B=53.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31681140.730.4000.55213.2557.2428.43
Hex1F44724928037d5391c
Octal37104162111500673257134
Binary1111110001001110010100100110100001101111101010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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