#1C4972

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

Shades of Venice Blue #1C4972

Tints of Venice Blue #1C4972

Color information

#1C4972 (or 0x1C4972) is unknown color: approx Venice Blue. HEX triplet: 1C, 49 and 72. RGB value is (28,73,114). Sum of RGB (Red+Green+Blue) = 28+73+114=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #1C4972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4972 is #E3B68D. Grayscale: #404040. Windows color (decimal): -14923406 or 7489820. OLE color: 7489820.

HSL color Cylindrical-coordinate representation of color #1C4972: hue angle of 208.6º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C4972 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2873114-
CMYK0.750.3600.55
HSL208.6º60.56%27.84%-
HSV(B)208.6º75.44%44.71%-
XYZ5.96.2316.81-
YUV64.22156.09102.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.02%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 114 (44.92% from 255) = 53.02%
R=13.02%
G=33.95%
B=53.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28731140.750.3600.55208.660.5627.84
Hex1C49724B24037d13d1c
Octal34111162113440673217534
Binary1110010010011110010100101110010001101111101000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,73,114); }

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

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

 a { background-color: rgb(28,73,114); }

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

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

 span { border-color: rgb(28,73,114); }

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