#1B4971

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

Shades of Venice Blue #1B4971

Tints of Venice Blue #1B4971

Color information

#1B4971 (or 0x1B4971) is unknown color: approx Venice Blue. HEX triplet: 1B, 49 and 71. RGB value is (27,73,113). Sum of RGB (Red+Green+Blue) = 27+73+113=213 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.68% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #1B4971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4971 is #E4B68E. Grayscale: #3F3F3F. Windows color (decimal): -14988943 or 7424283. OLE color: 7424283.

HSL color Cylindrical-coordinate representation of color #1B4971: hue angle of 207.91º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B4971 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2773113-
CMYK0.760.3500.56
HSL207.91º61.43%27.45%-
HSV(B)207.91º76.11%44.31%-
XYZ5.826.1916.51-
YUV63.81155.76101.75-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.68%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 113 (44.53% from 255) = 53.05%
R=12.68%
G=34.27%
B=53.05%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal27731130.760.3500.56207.9161.4327.45
Hex1B49714C23038d03d1b
Octal33111161114430703207533
Binary1101110010011110001100110010001101110001101000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,73,113); }

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

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

 a { background-color: rgb(27,73,113); }

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

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

 span { border-color: rgb(27,73,113); }

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