#1F316C

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

Shades of Resolution Blue #1F316C

Tints of Resolution Blue #1F316C

Color information

#1F316C (or 0x1F316C) is unknown color: approx Resolution Blue. HEX triplet: 1F, 31 and 6C. RGB value is (31,49,108). Sum of RGB (Red+Green+Blue) = 31+49+108=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F316C is #E0CE93. Grayscale: #323232. Windows color (decimal): -14732948 or 7090463. OLE color: 7090463.

HSL color Cylindrical-coordinate representation of color #1F316C: hue angle of 225.97º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F316C is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3149108-
CMYK0.710.5500.58
HSL225.97º55.4%27.25%-
HSV(B)225.97º71.3%42.35%-
XYZ4.373.5714.65-
YUV50.34160.54114.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.49%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 108 (42.58% from 255) = 57.45%
R=16.49%
G=26.06%
B=57.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31491080.710.5500.58225.9755.427.25
Hex1F316C473703Ae2371b
Octal3761154107670723426733
Binary111111100011101100100011111011101110101110001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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