#1F486F

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

Shades of Venice Blue #1F486F

Tints of Venice Blue #1F486F

Color information

#1F486F (or 0x1F486F) is unknown color: approx Venice Blue. HEX triplet: 1F, 48 and 6F. RGB value is (31,72,111). Sum of RGB (Red+Green+Blue) = 31+72+111=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F486F is #E0B790. Grayscale: #3F3F3F. Windows color (decimal): -14727057 or 7292959. OLE color: 7292959.

HSL color Cylindrical-coordinate representation of color #1F486F: hue angle of 209.25º 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 #1F486F is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3172111-
CMYK0.720.3500.56
HSL209.25º56.34%27.84%-
HSV(B)209.25º72.07%43.53%-
XYZ5.756.0715.91-
YUV64.19154.42104.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.49%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 111 (43.75% from 255) = 51.87%
R=14.49%
G=33.64%
B=51.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31721110.720.3500.56209.2556.3427.84
Hex1F486F4823038d1381c
Octal37110157110430703217034
Binary1111110010001101111100100010001101110001101000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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