#1C3971

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

Shades of Resolution Blue #1C3971

Tints of Resolution Blue #1C3971

Color information

#1C3971 (or 0x1C3971) is unknown color: approx Resolution Blue. HEX triplet: 1C, 39 and 71. RGB value is (28,57,113). Sum of RGB (Red+Green+Blue) = 28+57+113=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C3971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3971 is #E3C68E. Grayscale: #363636. Windows color (decimal): -14927503 or 7420188. OLE color: 7420188.

HSL color Cylindrical-coordinate representation of color #1C3971: hue angle of 219.53º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C3971 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2857113-
CMYK0.750.5000.56
HSL219.53º60.28%27.65%-
HSV(B)219.53º75.22%44.31%-
XYZ4.924.3716.21-
YUV54.71160.89108.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.14%
GREEN value IS 57 (22.66% from 255) = 28.79%
BLUE value IS 113 (44.53% from 255) = 57.07%
R=14.14%
G=28.79%
B=57.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28571130.750.5000.56219.5360.2827.65
Hex1C39714B32038dc3c1c
Octal3471161113620703347434
Binary111001110011110001100101111001001110001101110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,57,113); }

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

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

 a { background-color: rgb(28,57,113); }

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

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

 span { border-color: rgb(28,57,113); }

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