#1F3173

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

Shades of Resolution Blue #1F3173

Tints of Resolution Blue #1F3173

Color information

#1F3173 (or 0x1F3173) is unknown color: approx Resolution Blue. HEX triplet: 1F, 31 and 73. RGB value is (31,49,115). Sum of RGB (Red+Green+Blue) = 31+49+115=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F3173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3173 is #E0CE8C. Grayscale: #323232. Windows color (decimal): -14732941 or 7549215. OLE color: 7549215.

HSL color Cylindrical-coordinate representation of color #1F3173: hue angle of 227.14º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F3173 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3149115-
CMYK0.730.5700.55
HSL227.14º57.53%28.63%-
HSV(B)227.14º73.04%45.1%-
XYZ4.763.7316.69-
YUV51.14164.04113.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.90%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 115 (45.31% from 255) = 58.97%
R=15.90%
G=25.13%
B=58.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31491150.730.5700.55227.1457.5328.63
Hex1F31734939037e33a1d
Octal3761163111710673437235
Binary111111100011110011100100111100101101111110001111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,49,115); }

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

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

 a { background-color: rgb(31,49,115); }

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

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

 span { border-color: rgb(31,49,115); }

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