#1F4474

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

Shades of Venice Blue #1F4474

Tints of Venice Blue #1F4474

Color information

#1F4474 (or 0x1F4474) is unknown color: approx Venice Blue. HEX triplet: 1F, 44 and 74. RGB value is (31,68,116). Sum of RGB (Red+Green+Blue) = 31+68+116=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #1F4474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4474 is #E0BB8B. Grayscale: #3E3E3E. Windows color (decimal): -14728076 or 7619615. OLE color: 7619615.

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

Color convert

RGB3168116-
CMYK0.730.4100.55
HSL213.88º57.82%28.82%-
HSV(B)213.88º73.28%45.49%-
XYZ5.785.6917.32-
YUV62.41158.24105.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.42%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 116 (45.70% from 255) = 53.95%
R=14.42%
G=31.63%
B=53.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31681160.730.4100.55213.8857.8228.82
Hex1F44744929037d63a1d
Octal37104164111510673267235
Binary1111110001001110100100100110100101101111101011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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