#1F4575

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

Shades of Venice Blue #1F4575

Tints of Venice Blue #1F4575

Color information

#1F4575 (or 0x1F4575) is unknown color: approx Venice Blue. HEX triplet: 1F, 45 and 75. RGB value is (31,69,117). Sum of RGB (Red+Green+Blue) = 31+69+117=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F4575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4575 is #E0BA8A. Grayscale: #3E3E3E. Windows color (decimal): -14727819 or 7685407. OLE color: 7685407.

HSL color Cylindrical-coordinate representation of color #1F4575: hue angle of 213.49º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F4575 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3169117-
CMYK0.740.4100.54
HSL213.49º58.11%29.02%-
HSV(B)213.49º73.5%45.88%-
XYZ5.95.8317.64-
YUV63.11158.41105.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.29%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 117 (46.09% from 255) = 53.92%
R=14.29%
G=31.80%
B=53.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31691170.740.4100.54213.4958.1129.02
Hex1F45754A29036d53a1d
Octal37105165112510663257235
Binary1111110001011110101100101010100101101101101010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,69,117); }

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

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

 a { background-color: rgb(31,69,117); }

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

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

 span { border-color: rgb(31,69,117); }

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