#1C4872

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

Shades of Venice Blue #1C4872

Tints of Venice Blue #1C4872

Color information

#1C4872 (or 0x1C4872) is unknown color: approx Venice Blue. HEX triplet: 1C, 48 and 72. RGB value is (28,72,114). Sum of RGB (Red+Green+Blue) = 28+72+114=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #1C4872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4872 is #E3B78D. Grayscale: #3F3F3F. Windows color (decimal): -14923662 or 7489564. OLE color: 7489564.

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

Color convert

RGB2872114-
CMYK0.750.3700.55
HSL209.3º60.56%27.84%-
HSV(B)209.3º75.44%44.71%-
XYZ5.836.116.79-
YUV63.63156.42102.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.08%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 114 (44.92% from 255) = 53.27%
R=13.08%
G=33.64%
B=53.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28721140.750.3700.55209.360.5627.84
Hex1C48724B25037d13d1c
Octal34110162113450673217534
Binary1110010010001110010100101110010101101111101000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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